export interface ConversationHistoryTranscriptToolCallWebhookDetails { type?: "webhook"; method: string; url: string; headers?: Record; pathParams?: Record; queryParams?: Record; body?: string; }