From 0d8a10899369d8a6eb4c4b909da96628ffe92b2a Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 25 Nov 2025 11:22:52 +0000 Subject: [PATCH] Update Flex endpoint --- ...f1c8c57991c8ded8c1b165e3b73b99cd20008.json | 49 +++++++++++++++++++ symfony.ai-bundle.0.1.json | 4 +- 2 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 archived/symfony.ai-bundle/db3f1c8c57991c8ded8c1b165e3b73b99cd20008.json diff --git a/archived/symfony.ai-bundle/db3f1c8c57991c8ded8c1b165e3b73b99cd20008.json b/archived/symfony.ai-bundle/db3f1c8c57991c8ded8c1b165e3b73b99cd20008.json new file mode 100644 index 00000000..b7cff173 --- /dev/null +++ b/archived/symfony.ai-bundle/db3f1c8c57991c8ded8c1b165e3b73b99cd20008.json @@ -0,0 +1,49 @@ +{ + "manifests": { + "symfony/ai-bundle": { + "manifest": { + "bundles": { + "Symfony\\AI\\AiBundle\\AiBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "OPENAI_API_KEY": "" + } + }, + "files": { + "config/packages/ai.yaml": { + "contents": [ + "# config/packages/ai.yaml", + "services:", + " _defaults:", + " autowire: true", + " autoconfigure: true", + "", + " Symfony\\AI\\Agent\\Toolbox\\Tool\\Clock: null", + "", + "ai:", + " platform:", + " openai:", + " api_key: '%env(OPENAI_API_KEY)%'", + "", + " agent:", + " default:", + " platform: 'ai.platform.openai'", + " model: 'gpt-4o-mini'", + " system_prompt: |", + " You are a helpful assistant and you can provide the current date and time.", + " tools:", + " - 'Symfony\\AI\\Agent\\Toolbox\\Tool\\Clock'", + "" + ], + "executable": false + } + }, + "ref": "db3f1c8c57991c8ded8c1b165e3b73b99cd20008" + } + } +} diff --git a/symfony.ai-bundle.0.1.json b/symfony.ai-bundle.0.1.json index 340435e0..b7cff173 100644 --- a/symfony.ai-bundle.0.1.json +++ b/symfony.ai-bundle.0.1.json @@ -3,7 +3,7 @@ "symfony/ai-bundle": { "manifest": { "bundles": { - "Symfony\\AI\\AiBundle": [ + "Symfony\\AI\\AiBundle\\AiBundle": [ "all" ] }, @@ -43,7 +43,7 @@ "executable": false } }, - "ref": "c8da024bc06438f321f35296ef9ed6c2235bfa33" + "ref": "db3f1c8c57991c8ded8c1b165e3b73b99cd20008" } } }