/** * Response body for the disable-chathistory toggle endpoint. */ export type SessionDisableChathistoryResponse = { session_id: string; disable_chathistory: boolean; };