mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
fix: overlength gen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user