From 9134892aa0fc087857c88441a1bd1e36791de141 Mon Sep 17 00:00:00 2001 From: lotherk Date: Fri, 27 Mar 2026 09:32:47 +0000 Subject: [PATCH] fix: use correct variable name systemPromptWithJson in task prompt --- backend/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/index.ts b/backend/src/index.ts index 83e121b..14bf828 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -435,7 +435,7 @@ CRITICAL RULES: status: 'pending', provider, model: model, - prompt: `${systemPrompt}\n\n---\n\n${userPrompt}`, + prompt: `${systemPromptWithJson}\n\n---\n\n${userPrompt}`, request: '', response: '', },