Files
symfony-flex-recipes/symfony.ai-open-meteo-tool.0.1.json
T
github-action[bot]andgithub-action[bot] 9ff24b4ed8 Update Flex endpoint
2025-11-23 17:02:53 +00:00

27 lines
824 B
JSON

{
"manifests": {
"symfony/ai-open-meteo-tool": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/ai_open_meteo_tool.yaml": {
"contents": [
"services:",
" _defaults:",
" autowire: true",
" autoconfigure: true",
"",
" Symfony\\AI\\Agent\\Bridge\\OpenMeteo\\OpenMeteo: null",
""
],
"executable": false
}
},
"ref": "b218c1f757206805bcaeb3703c1215bfcd5ff8d0"
}
}
}