File size: 184 Bytes
d2e049e
 
 
 
 
3927930
 
f9e19e4
3927930
 
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[];
}