Add symfony/ai-mapbox-tool (#1485)

This commit is contained in:
Oskar Stark
2025-11-23 18:04:08 +01:00
committed by GitHub
parent ba09cca725
commit db4e4dd622
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"
}
}