Skip to content

Commit

Permalink
fix: footnote
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Feb 20, 2025
1 parent bb57e3f commit 5d0fb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ But then you realized you have asked them before. You decided to to think out of
let {queries: keywordsQueries} = await rewriteQuery(thisStep, context.tokenTracker);

// add the original query before rewrite to the keywordsQueries
keywordsQueries.push(question)
keywordsQueries.push(thisStep.searchQuery)

const oldKeywords = keywordsQueries;
// avoid exisitng searched queries
Expand Down

0 comments on commit 5d0fb6f

Please sign in to comment.