mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
Merge pull request #1451 from OskarStark/feature/brave
Add `symfony/ai-brave-tool`
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
Symfony\AI\Agent\Bridge\Brave\Brave:
|
||||
$apiKey: '%env(BRAVE_API_KEY)%'
|
||||
8
symfony/ai-brave-tool/0.1/manifest.json
Normal file
8
symfony/ai-brave-tool/0.1/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "BRAVE_API_KEY=change-me"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user