Files
symfony-flex-recipes/symfony.ai-brave-tool.0.1.json
T
github-action[bot]andgithub-action[bot] 2ef7960749 Update Flex endpoint
2025-12-29 08:22:32 +00:00

31 lines
964 B
JSON

{
"manifests": {
"symfony/ai-brave-tool": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "BRAVE_API_KEY=change-me"
}
},
"files": {
"config/packages/ai_brave_tool.yaml": {
"contents": [
"services:",
" _defaults:",
" autowire: true",
" autoconfigure: true",
"",
" Symfony\\AI\\Agent\\Bridge\\Brave\\Brave:",
" $apiKey: '%env(BRAVE_API_KEY)%'",
""
],
"executable": false
}
},
"ref": "3e59eac6db7e23c593c36eb61adaeb6b7ddac69d"
}
}
}