fix: use correct variable name systemPromptWithJson in task prompt

This commit is contained in:
lotherk
2026-03-27 09:32:47 +00:00
parent 18ba0a47e1
commit 9134892aa0

View File

@@ -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: '',
},