{ "manifests": { "symfony/ai-serp-api-tool": { "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "env": { "#1": "SERP_API_API_KEY=change-me" } }, "files": { "config/packages/ai_serp_api_tool.yaml": { "contents": [ "services:", " _defaults:", " autowire: true", " autoconfigure: true", "", " Symfony\\AI\\Agent\\Bridge\\SerpApi\\SerpAPi:", " $apiKey: '%env(SERP_API_API_KEY)%'", "" ], "executable": false } }, "ref": "88e80715d676992eed3e4a15ed45f39334d323d6" } } }