b9fe2b4
1
2
3
4
5
6
7
8
9
10
11
export interface IFeedbackRequestBody { messageId?: string; thumbup?: boolean; feedback?: string; } export interface IAskRequestBody { question: string; kb_ids: string[]; }