export type CustomInstructionResponse = { readonly id: number; about_user?: string | null; mentor_tone?: string | null; /** * Position or work. eg: Engineer, student etc. */ profession?: string; /** * Comma separated list of expected traits for mentor. */ desired_mentor_traits?: string; };