fix: use correct variable name systemPromptWithJson in task prompt
This commit is contained in:
@@ -435,7 +435,7 @@ CRITICAL RULES:
|
|||||||
status: 'pending',
|
status: 'pending',
|
||||||
provider,
|
provider,
|
||||||
model: model,
|
model: model,
|
||||||
prompt: `${systemPrompt}\n\n---\n\n${userPrompt}`,
|
prompt: `${systemPromptWithJson}\n\n---\n\n${userPrompt}`,
|
||||||
request: '',
|
request: '',
|
||||||
response: '',
|
response: '',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user