### What problem does this PR solve? feat: send question with retrieval api #2247 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -3,3 +3,8 @@ export interface IFeedbackRequestBody {
|
||||
thumbup?: boolean;
|
||||
feedback?: string;
|
||||
}
|
||||
|
||||
export interface IAskRequestBody {
|
||||
questionkb_ids: string;
|
||||
kb_ids: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user