Skip to content

Type Alias: SendToSubagentResponse

Makaio Framework


Makaio Framework / contracts / SendToSubagentResponse

SendToSubagentResponse = z.infer<typeof SendToSubagentResponseSchema>

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

type SendToSubagentResponse = {
sent: boolean;
resolvedPending: boolean;
};