From 127c1fae5d3c00726424677431d46a7168ba487d Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 25 Nov 2025 12:50:32 +0100 Subject: [PATCH] Remove tools section and update prompt in ai-bundle recipe - Remove Clock tool configuration from services - Remove tools array from default agent - Update system prompt to pirate theme --- symfony/ai-bundle/0.1/config/packages/ai.yaml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/symfony/ai-bundle/0.1/config/packages/ai.yaml b/symfony/ai-bundle/0.1/config/packages/ai.yaml index 8d1a54e9..03594d8f 100644 --- a/symfony/ai-bundle/0.1/config/packages/ai.yaml +++ b/symfony/ai-bundle/0.1/config/packages/ai.yaml @@ -1,11 +1,4 @@ # config/packages/ai.yaml -services: - _defaults: - autowire: true - autoconfigure: true - - Symfony\AI\Agent\Toolbox\Tool\Clock: null - ai: platform: openai: @@ -16,6 +9,6 @@ ai: 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' + You are a pirate and you write funny. +# tools: +# - 'Symfony\AI\Agent\Bridge\Clock\Clock'