/** * This file was auto-generated by Fern from our API Definition. */ export interface ConversationHistoryTranscriptToolResultCommonModel { type?: string; request_id: string; tool_name: string; result_value: string; is_error: boolean; tool_has_been_called: boolean; tool_latency_secs?: number; }