From 2ef084b87053dff7a48b931e091a7e88d7168d92 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 26 Mar 2026 05:24:19 +0000 Subject: [PATCH] Update Flex endpoint --- ...6ccd77335c2631fdf12d1680649b072efb8ad.json | 58 +++++++++++++++++++ symfony.ai-bundle.0.1.json | 6 +- 2 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 archived/symfony.ai-bundle/2be6ccd77335c2631fdf12d1680649b072efb8ad.json diff --git a/archived/symfony.ai-bundle/2be6ccd77335c2631fdf12d1680649b072efb8ad.json b/archived/symfony.ai-bundle/2be6ccd77335c2631fdf12d1680649b072efb8ad.json new file mode 100644 index 00000000..790f2ded --- /dev/null +++ b/archived/symfony.ai-bundle/2be6ccd77335c2631fdf12d1680649b072efb8ad.json @@ -0,0 +1,58 @@ +{ + "manifests": { + "symfony/ai-bundle": { + "manifest": { + "bundles": { + "Symfony\\AI\\AiBundle\\AiBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * Choose an inference platform and install the corresponding bridge", + "", + " * For example OpenAI with the symfony/ai-open-ai-platform package", + " or Anthropic with the symfony/ai-anthropic-platform package" + ] + }, + "files": { + "config/packages/ai.yaml": { + "contents": [ + "ai:", + " platform:", + " # Inference Platform configuration", + " # see https://github.com/symfony/ai/tree/main/src/platform#platform-bridges", + "", + " # openai:", + " # api_key: '%env(OPENAI_API_KEY)%'", + "", + " agent:", + " # Agent configuration", + " # see https://symfony.com/doc/current/ai/bundles/ai-bundle.html", + "", + " # 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'", + "", + " store:", + " # Store configuration", + "", + " # chromadb:", + " # default:", + " # client: 'client.service.id'", + " # collection: 'my_collection'", + "" + ], + "executable": false + } + }, + "ref": "2be6ccd77335c2631fdf12d1680649b072efb8ad" + } + } +} diff --git a/symfony.ai-bundle.0.1.json b/symfony.ai-bundle.0.1.json index e54dda74..790f2ded 100644 --- a/symfony.ai-bundle.0.1.json +++ b/symfony.ai-bundle.0.1.json @@ -13,8 +13,8 @@ "post-install-output": [ " * Choose an inference platform and install the corresponding bridge", "", - " * For example OpenAI with the symfony/ai-openai-bridge package", - " or Anthropic with the symfony/ai-anthropic-bridge package" + " * For example OpenAI with the symfony/ai-open-ai-platform package", + " or Anthropic with the symfony/ai-anthropic-platform package" ] }, "files": { @@ -52,7 +52,7 @@ "executable": false } }, - "ref": "917b2a3da78a22e9488e99e1847d1f019d18da76" + "ref": "2be6ccd77335c2631fdf12d1680649b072efb8ad" } } }