From 2eabca5613dece94231395a89e84c5e4433bb730 Mon Sep 17 00:00:00 2001 From: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:30:12 +0100 Subject: [PATCH] fix(editor): Fix prompt in easy ai template (#13091) --- packages/editor-ui/src/utils/easyAiWorkflowUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/utils/easyAiWorkflowUtils.ts b/packages/editor-ui/src/utils/easyAiWorkflowUtils.ts index 3d9fad7809..cd91b915fa 100644 --- a/packages/editor-ui/src/utils/easyAiWorkflowUtils.ts +++ b/packages/editor-ui/src/utils/easyAiWorkflowUtils.ts @@ -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') }}.", }, }, },