Type Alias: ExecuteSubagentResponse
Makaio Framework / contracts / ExecuteSubagentResponse
Type Alias: ExecuteSubagentResponse
Section titled “Type Alias: ExecuteSubagentResponse”ExecuteSubagentResponse =
z.infer<typeofExecuteSubagentResponseSchema>
Defined in: ../../../packages/contracts/src/subagent/schemas.ts:159
Type Composition
Section titled “Type Composition”ExecuteSubagentResponsez.infer<typeof ExecuteSubagentResponseSchema>typeof ExecuteSubagentResponseSchema
Resolved Shape
Section titled “Resolved Shape”type ExecuteSubagentResponse = { success: boolean; agentId?: string | undefined; error?: string | undefined;};