mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
31 lines
980 B
JSON
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"
|
|
}
|
|
}
|
|
}
|