export type MentorEvalQuestionRequest = { content: string; sample_answer?: string | null; };