chore: first commit

This commit is contained in:
Han Xiao
2025-01-30 21:21:39 +08:00
parent dfe38fba7f
commit a3e66255d6

View File

@@ -401,7 +401,6 @@ ${evaluation.reasoning}
`);
// store the bad context and reset the diary context
const errorAnalysis = await analyzeSteps(diaryContext);
console.log('Error Analysis:', errorAnalysis);
badContext.push(errorAnalysis);
diaryContext = [];
step = 0;