Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions symfony/ai-bundle/0.1/config/packages/ai.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
# config/packages/ai.yaml
services:
_defaults:
autowire: true
autoconfigure: true

Symfony\AI\Agent\Toolbox\Tool\Clock: null

ai:
platform:
openai:
Expand All @@ -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'
Loading