Files
symfony-flex-recipes/symfony.ai-serp-api-tool.0.1.json
T
github-action[bot]andgithub-action[bot] 8dcd1cfee1 Update Flex endpoint
2025-11-23 17:01:52 +00:00

31 lines
980 B
JSON

{
"manifests": {
"symfony/ai-serp-api-tool": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "SERP_API_API_KEY=change-me"
}
},
"files": {
"config/packages/ai_serp_api_tool.yaml": {
"contents": [
"services:",
" _defaults:",
" autowire: true",
" autoconfigure: true",
"",
" Symfony\\AI\\Agent\\Bridge\\SerpApi\\SerpAPi:",
" $apiKey: '%env(SERP_API_API_KEY)%'",
""
],
"executable": false
}
},
"ref": "88e80715d676992eed3e4a15ed45f39334d323d6"
}
}
}