Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Apr 26, 2024
1 parent a6e6f88 commit 380720f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-ui/app/files/components/chat-side-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async function buildContextPrompt(

const tokens = code.split(/[^\w]/).filter(x => x)

// FIXME(meng): restrict query with `git_url` of `repo`.
// FIXME(jueliang): restrict query with `git_url` of `repo`.
const languageQuery = buildLanguageQuery(language)
const bodyQuery = tokens.map(x => `body:${x}`).join(' OR ')
const query = `${languageQuery} AND (${bodyQuery})`
Expand Down

0 comments on commit 380720f

Please sign in to comment.