mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
refactor: add maxBadAttempts to logging
This commit is contained in:
parent
75275a7065
commit
76dc568e52
@ -959,6 +959,7 @@ But unfortunately, you failed to solve the issue. You need to think out of the b
|
||||
logInfo(`Beast mode!!! budget ${(context.tokenTracker.getTotalUsage().totalTokens / tokenBudget * 100).toFixed(2)}%`, {
|
||||
usage: context.tokenTracker.getTotalUsageSnakeCase(),
|
||||
evaluationMetrics,
|
||||
maxBadAttempts,
|
||||
});
|
||||
// any answer is better than no answer, humanity last resort
|
||||
step++;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user