balibabu
feat: Fetch mind map in search page #2247 (#2292)
f9e19e4
raw
history blame contribute delete
184 Bytes
export interface IFeedbackRequestBody {
messageId?: string;
thumbup?: boolean;
feedback?: string;
}
export interface IAskRequestBody {
question: string;
kb_ids: string[];
}