Type Alias: RequestInputRpcRequest
Makaio Framework / contracts / RequestInputRpcRequest
Type Alias: RequestInputRpcRequest
Section titled “Type Alias: RequestInputRpcRequest”RequestInputRpcRequest =
z.infer<typeofRequestInputRpcRequestSchema>
Defined in: ../../../packages/contracts/src/subagent/schemas.ts:268
Type Composition
Section titled “Type Composition”RequestInputRpcRequestz.infer<typeof RequestInputRpcRequestSchema>typeof RequestInputRpcRequestSchema
Resolved Shape
Section titled “Resolved Shape”type RequestInputRpcRequest = { subagentId: string; question: string; context?: string | undefined; timeoutMs?: number | undefined;};