Skip to content

Commit

Permalink
Fix chat.ts (#2343)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Jun 4, 2024
1 parent bd57267 commit f5fcec2
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 @@ -57,7 +57,7 @@ type AnswerResponseChunk =

export type AnswerResponse = {
relevant_code?: AnswerResponseChunk['relevant_code']
relevant_documents?: AnswerResponseChunk['relevant_code']
relevant_documents?: AnswerResponseChunk['relevant_documents']
relevant_questions?: AnswerResponseChunk['relevant_questions']
answer_delta?: AnswerResponseChunk['answer_delta']
}

0 comments on commit f5fcec2

Please sign in to comment.