Skip to content

Commit

Permalink
fix: overlength gen
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Feb 21, 2025
1 parent 528a634 commit 0ed7321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export async function getResponse(question?: string,
const badContext = [];
let diaryContext = [];
let allowAnswer = true;
let allowSearch = false;
let allowSearch = true;
let allowRead = true;
let allowReflect = true;
let allowCoding = true;
Expand Down

0 comments on commit 0ed7321

Please sign in to comment.