Type Alias: SendToSubagentRequest
Makaio Framework / contracts / SendToSubagentRequest
Type Alias: SendToSubagentRequest
Section titled “Type Alias: SendToSubagentRequest”SendToSubagentRequest =
z.infer<typeofSendToSubagentRequestSchema>
Defined in: ../../../packages/contracts/src/subagent/schemas.ts:221
Type Composition
Section titled “Type Composition”SendToSubagentRequestz.infer<typeof SendToSubagentRequestSchema>typeof SendToSubagentRequestSchema
Resolved Shape
Section titled “Resolved Shape”type SendToSubagentRequest = { subagentId: string; content: string; inResponseTo?: string | undefined;};