Type Alias: AwaitSubagentRequest
Makaio Framework / contracts / AwaitSubagentRequest
Type Alias: AwaitSubagentRequest
Section titled “Type Alias: AwaitSubagentRequest”AwaitSubagentRequest =
z.infer<typeofAwaitSubagentRequestSchema>
Defined in: ../../../packages/contracts/src/subagent/schemas.ts:203
Type Composition
Section titled “Type Composition”AwaitSubagentRequestz.infer<typeof AwaitSubagentRequestSchema>typeof AwaitSubagentRequestSchema
Resolved Shape
Section titled “Resolved Shape”type AwaitSubagentRequest = { subagentId: string; timeoutMs?: number | undefined;};