chatbot
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export interface ChatbotPayload {
|
||||
project_id?: string;
|
||||
question: string;
|
||||
}
|
||||
|
||||
export interface ChatbotResponse {
|
||||
status: boolean;
|
||||
data: string;
|
||||
}
|
||||
Reference in New Issue
Block a user