mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user