Merge pull request #1491 from OskarStark/fix-ai-bundle-prompt-config

Fix AI bundle recipe to use `prompt` instead of renamed `system_prompt`
This commit is contained in:
Fabien Potencier
2025-11-25 13:34:14 +01:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ ai:
default:
platform: 'ai.platform.openai'
model: 'gpt-4o-mini'
system_prompt: |
prompt: |
You are a helpful assistant and you can provide the current date and time.
tools:
- 'Symfony\AI\Agent\Toolbox\Tool\Clock'