Merge pull request #1451 from OskarStark/feature/brave

Add `symfony/ai-brave-tool`
This commit is contained in:
Fabien Potencier
2025-12-29 09:22:06 +01:00
committed by GitHub
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
services:
_defaults:
autowire: true
autoconfigure: true
Symfony\AI\Agent\Bridge\Brave\Brave:
$apiKey: '%env(BRAVE_API_KEY)%'

View File

@@ -0,0 +1,8 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "BRAVE_API_KEY=change-me"
}
}