mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix(editor): Fix prompt in easy ai template (#13091)
This commit is contained in:
parent
a81344cfcd
commit
2eabca5613
|
@ -75,7 +75,7 @@ export const getEasyAiWorkflowJson = ({
|
||||||
parameters: {
|
parameters: {
|
||||||
options: {
|
options: {
|
||||||
systemMessage:
|
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') }}.",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue