From 47a9ac1b3fe36b9b205d9eabfa0174b2111030c4 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Tue, 11 Mar 2025 16:13:49 +0800 Subject: [PATCH] fix: eval --- src/agent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent.ts b/src/agent.ts index 6d1891d..31433e0 100644 --- a/src/agent.ts +++ b/src/agent.ts @@ -754,7 +754,7 @@ You found some useful information on the web and add them to your knowledge for }) }); - allowRead = success; + allowRead = false; } else { diaryContext.push(` At step ${step}, you took the **visit** action. But then you realized you have already visited these URLs and you already know very well about their contents.