Skip to content

Commit

Permalink
Update ee/tabby-ui/lib/types/chat.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Meng Zhang <meng@tabbyml.com>
  • Loading branch information
liangfung and wsxiaoys authored May 22, 2024
1 parent 0139052 commit fc8e22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-ui/lib/types/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export type CodeSearchDocument = {
filepath: string
git_url: string
language: string
start_line?: number
start_line: number
}

export type AnswerRequest = {
Expand Down

0 comments on commit fc8e22a

Please sign in to comment.