chore: first commit

This commit is contained in:
Han Xiao 2025-01-30 21:33:15 +08:00
parent 219c93a429
commit 33479835ba

View File

@ -403,6 +403,7 @@ ${evaluation.reasoning}
// store the bad context and reset the diary context
const errorAnalysis = await analyzeSteps(diaryContext);
badContext.push(errorAnalysis);
badAttempts++;
diaryContext = [];
step = 0;
}