Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-11-23 17:01:52 +00:00
parent 94dbd39a7b
commit 8dcd1cfee1
4 changed files with 66 additions and 0 deletions
@@ -0,0 +1,30 @@
{
"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"
}
}
}