diff --git a/archived/symfony.ai-bundle/d906c1d536a3fb5c675653b08bde9a157bb27670.json b/archived/symfony.ai-bundle/d906c1d536a3fb5c675653b08bde9a157bb27670.json new file mode 100644 index 00000000..6e7b6d0f --- /dev/null +++ b/archived/symfony.ai-bundle/d906c1d536a3fb5c675653b08bde9a157bb27670.json @@ -0,0 +1,51 @@ +{ + "manifests": { + "symfony/ai-bundle": { + "manifest": { + "bundles": { + "Symfony\\AI\\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:", + " class: 'Symfony\\AI\\Platform\\Bridge\\OpenAi\\Gpt'", + " name: 'gpt-4o-mini' # !php/const Symfony\\AI\\Platform\\Bridge\\OpenAi\\Gpt::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": "d906c1d536a3fb5c675653b08bde9a157bb27670" + } + } +} diff --git a/symfony.ai-bundle.0.1.json b/symfony.ai-bundle.0.1.json index fc684f71..6e7b6d0f 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": [ "all" ] }, @@ -34,8 +34,8 @@ " default:", " platform: 'ai.platform.openai'", " model:", - " class: 'Symfony\\AI\\Platform\\Bridge\\OpenAI\\GPT'", - " name: 'gpt-4o-mini' # !php/const Symfony\\AI\\Platform\\Bridge\\OpenAI\\GPT::GPT_4O_MINI", + " class: 'Symfony\\AI\\Platform\\Bridge\\OpenAi\\Gpt'", + " name: 'gpt-4o-mini' # !php/const Symfony\\AI\\Platform\\Bridge\\OpenAi\\Gpt::GPT_4O_MINI", " system_prompt: |", " You are a helpful assistant and you can provide the current date and time.", " tools:", @@ -45,7 +45,7 @@ "executable": false } }, - "ref": "098a5a7b816e8fe7d7576aac295a2fb6afcfc36f" + "ref": "d906c1d536a3fb5c675653b08bde9a157bb27670" } } }