export interface NewPayloadEventReply { responseId: string; sessionId: string; requestId: string; content: string; }