From a3e66255d63d6550cd87ee30fad28ecb5dae3239 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Thu, 30 Jan 2025 21:21:39 +0800 Subject: [PATCH] chore: first commit --- src/agent.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/agent.ts b/src/agent.ts index 1dee580..729ba0f 100644 --- a/src/agent.ts +++ b/src/agent.ts @@ -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;