Skip to content

Commit f964893

Browse files
authored
Merge pull request #1491 from OskarStark/fix-ai-bundle-prompt-config
Fix AI bundle recipe to use `prompt` instead of renamed `system_prompt`
2 parents 2f5668f + dd815c0 commit f964893

File tree

1 file changed

+1
-1
lines changed
  • symfony/ai-bundle/0.1/config/packages

1 file changed

+1
-1
lines changed

symfony/ai-bundle/0.1/config/packages/ai.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ai:
1515
default:
1616
platform: 'ai.platform.openai'
1717
model: 'gpt-4o-mini'
18-
system_prompt: |
18+
prompt: |
1919
You are a helpful assistant and you can provide the current date and time.
2020
tools:
2121
- 'Symfony\AI\Agent\Toolbox\Tool\Clock'

0 commit comments

Comments
 (0)