Skip to content

Commit

Permalink
fix(llm_prompts): missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
massi-ang authored and bigadsoleiman committed Nov 22, 2023
1 parent cb75134 commit 1dc1db7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export interface ChatBotMessageResponse {
| ImageFile[]
| string[]
| string[][]
| RagDocument[]
>;
};
}
Expand Down

0 comments on commit 1dc1db7

Please sign in to comment.