fix(editor): Fix prompt in easy ai template (#13091)

This commit is contained in:
Mutasem Aldmour 2025-02-06 14:30:12 +01:00 committed by GitHub
parent a81344cfcd
commit 2eabca5613
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@ export const getEasyAiWorkflowJson = ({
parameters: {
options: {
systemMessage:
"=You're a helpful assistant that the user to answer questions about their calendar.\n\nToday is {{ $now.format('cccc') }} the {{ $now.format('yyyy-MM-dd HH:mm') }}.",
"=You're a helpful assistant that helps the user answer questions about their calendar.\n\nToday is {{ $now.format('cccc') }} the {{ $now.format('yyyy-MM-dd HH:mm') }}.",
},
},
},