Add symfony/ai-open-meteo-tool (#1487)

* Add symfony/ai-openmeteo-tool

* -
This commit is contained in:
Oskar Stark
2025-11-23 18:02:42 +01:00
committed by GitHub
parent 371c61f010
commit 24bdef0825
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,6 @@
services:
_defaults:
autowire: true
autoconfigure: true
Symfony\AI\Agent\Bridge\OpenMeteo\OpenMeteo: null
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}