From 22160da2eee71849a1bbea591b05cd3a504f37d3 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 25 Nov 2025 13:19:54 +0000 Subject: [PATCH] Update Flex endpoint --- ...b71a39860be3a261f5b527ed57e952366943d.json | 42 +++++++++++++++++++ symfony.ai-bundle.0.1.json | 4 +- 2 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 archived/symfony.ai-bundle/39bb71a39860be3a261f5b527ed57e952366943d.json diff --git a/archived/symfony.ai-bundle/39bb71a39860be3a261f5b527ed57e952366943d.json b/archived/symfony.ai-bundle/39bb71a39860be3a261f5b527ed57e952366943d.json new file mode 100644 index 00000000..4b121652 --- /dev/null +++ b/archived/symfony.ai-bundle/39bb71a39860be3a261f5b527ed57e952366943d.json @@ -0,0 +1,42 @@ +{ + "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", + "ai:", + " platform:", + " openai:", + " api_key: '%env(OPENAI_API_KEY)%'", + "", + " agent:", + " default:", + " platform: 'ai.platform.openai'", + " model: 'gpt-5-mini'", + " prompt: |", + " You are a pirate and you write funny.", + "# tools:", + "# - 'Symfony\\AI\\Agent\\Bridge\\Clock\\Clock'", + "" + ], + "executable": false + } + }, + "ref": "39bb71a39860be3a261f5b527ed57e952366943d" + } + } +} diff --git a/symfony.ai-bundle.0.1.json b/symfony.ai-bundle.0.1.json index cf35bb16..4b121652 100644 --- a/symfony.ai-bundle.0.1.json +++ b/symfony.ai-bundle.0.1.json @@ -26,7 +26,7 @@ " agent:", " default:", " platform: 'ai.platform.openai'", - " model: 'gpt-4o-mini'", + " model: 'gpt-5-mini'", " prompt: |", " You are a pirate and you write funny.", "# tools:", @@ -36,7 +36,7 @@ "executable": false } }, - "ref": "05cfb98b7551d4647c6a9b6f777a8a697642eb9e" + "ref": "39bb71a39860be3a261f5b527ed57e952366943d" } } }