fix: use correct variable name systemPromptWithJson in task prompt
This commit is contained in:
@@ -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: '',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user