mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 11:06:33 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user