Add symfony/ai-serp-api-tool (#1488)

* Add symfony/ai-serpapi-tool

* -
This commit is contained in:
Oskar Stark
2025-11-23 18:01:38 +01:00
committed by GitHub
parent 7e70e7a5ba
commit 371c61f010
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,7 @@
services:
_defaults:
autowire: true
autoconfigure: true
Symfony\AI\Agent\Bridge\SerpApi\SerpAPi:
$apiKey: '%env(SERP_API_API_KEY)%'
@@ -0,0 +1,8 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "SERP_API_API_KEY=change-me"
}
}