export interface QuestionAnsweringRequest {
    question: string;
    context: string;
    webhook?: string;
}
