chore: first commit

This commit is contained in:
Han Xiao 2025-01-30 21:32:06 +08:00
parent a3e66255d6
commit 219c93a429

View File

@ -296,6 +296,7 @@ async function getResponse(question: string, tokenBudget: number = 1000000) {
let totalTokens = 0;
let step = 0;
let totalStep = 0;
let badAttempts = 0;
let gaps: string[] = [question]; // All questions to be answered including the orginal question
let allQuestions = [question];
let allKeywords = [];