mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix: overlength gen
This commit is contained in:
parent
528a6343e2
commit
0ed7321f77
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user