Type Alias: PendingRequest
Makaio Framework / contracts / PendingRequest
Type Alias: PendingRequest
Section titled “Type Alias: PendingRequest”PendingRequest =
z.infer<typeofPendingRequestSchema>
Defined in: ../../../packages/contracts/src/subagent/schemas.ts:135
Type Composition
Section titled “Type Composition”PendingRequestz.infer<typeof PendingRequestSchema>typeof PendingRequestSchema
Resolved Shape
Section titled “Resolved Shape”type PendingRequest = { messageId: string; question: string; context?: string | undefined;};