fix: more regression bugs (#956)
* fix: more regression bugs * chore: fix format * chore: fix unit tests * chore: fix format
This commit is contained in:
@@ -469,7 +469,7 @@ async function expandTask(
|
||||
complexityReasoningContext: complexityReasoningContext,
|
||||
gatheredContext: gatheredContext,
|
||||
useResearch: useResearch,
|
||||
expansionPrompt: taskAnalysis?.expansionPrompt || null
|
||||
expansionPrompt: taskAnalysis?.expansionPrompt || undefined
|
||||
};
|
||||
|
||||
let variantKey = 'default';
|
||||
|
||||
Reference in New Issue
Block a user