mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
chore: add chatbox demo
This commit is contained in:
@@ -288,7 +288,6 @@ export async function getResponse(question: string, tokenBudget: number = 1_000_
|
||||
tokenTracker: existingContext?.tokenTracker || new TokenTracker(tokenBudget),
|
||||
actionTracker: existingContext?.actionTracker || new ActionTracker()
|
||||
};
|
||||
context.actionTracker.trackAction({gaps: [question], totalStep: 0, badAttempts: 0});
|
||||
let step = 0;
|
||||
let totalStep = 0;
|
||||
let badAttempts = 0;
|
||||
|
||||
Reference in New Issue
Block a user