Skip to content

Type Alias: ExecuteSubagentResponse

Makaio Framework


Makaio Framework / contracts / ExecuteSubagentResponse

ExecuteSubagentResponse = z.infer<typeof ExecuteSubagentResponseSchema>

Defined in: ../../../packages/contracts/src/subagent/schemas.ts:159

type ExecuteSubagentResponse = {
success: boolean;
agentId?: string | undefined;
error?: string | undefined;
};