Type Alias: SessionSendMessageResponse
Makaio Framework / contracts/session / SessionSendMessageResponse
Type Alias: SessionSendMessageResponse
Section titled “Type Alias: SessionSendMessageResponse”SessionSendMessageResponse =
z.infer<typeofOrchestratorSchemas.sendMessage.response>
Defined in: ../../../packages/contracts/src/session/schemas/orchestrator.ts:443
Type Composition
Section titled “Type Composition”SessionSendMessageResponsez.infer<typeof OrchestratorSchemas.sendMessage.response>typeof OrchestratorSchemas.sendMessage.response
Resolved Shape
Section titled “Resolved Shape”type SessionSendMessageResponse = { messageId: string; turnId: string; sessionId: string;};