mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Add symfony/ai-tavily-tool (#1484)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
Symfony\AI\Agent\Bridge\Tavily\Tavily:
|
||||
$apiKey: '%env(TAVILY_API_KEY)%'
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "TAVILY_API_KEY=change-me"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user