From f24dfaf29e417239838f92ad5db9e76d720d1504 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 25 Nov 2025 12:34:24 +0000 Subject: [PATCH] Update Flex endpoint --- ...9de37b2e4b2577e98023c4e279c0841b97072.json | 49 +++++++++++++++++++ symfony.ai-bundle.0.1.json | 4 +- 2 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 archived/symfony.ai-bundle/9bd9de37b2e4b2577e98023c4e279c0841b97072.json diff --git a/archived/symfony.ai-bundle/9bd9de37b2e4b2577e98023c4e279c0841b97072.json b/archived/symfony.ai-bundle/9bd9de37b2e4b2577e98023c4e279c0841b97072.json new file mode 100644 index 00000000..40474896 --- /dev/null +++ b/archived/symfony.ai-bundle/9bd9de37b2e4b2577e98023c4e279c0841b97072.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'", + " 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": "9bd9de37b2e4b2577e98023c4e279c0841b97072" + } + } +} diff --git a/symfony.ai-bundle.0.1.json b/symfony.ai-bundle.0.1.json index b7cff173..40474896 100644 --- a/symfony.ai-bundle.0.1.json +++ b/symfony.ai-bundle.0.1.json @@ -34,7 +34,7 @@ " default:", " platform: 'ai.platform.openai'", " model: 'gpt-4o-mini'", - " system_prompt: |", + " prompt: |", " You are a helpful assistant and you can provide the current date and time.", " tools:", " - 'Symfony\\AI\\Agent\\Toolbox\\Tool\\Clock'", @@ -43,7 +43,7 @@ "executable": false } }, - "ref": "db3f1c8c57991c8ded8c1b165e3b73b99cd20008" + "ref": "9bd9de37b2e4b2577e98023c4e279c0841b97072" } } }