Skip to content

Type Alias: SendToSubagentRequest

Makaio Framework


Makaio Framework / contracts / SendToSubagentRequest

SendToSubagentRequest = z.infer<typeof SendToSubagentRequestSchema>

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

type SendToSubagentRequest = {
subagentId: string;
content: string;
inResponseTo?: string | undefined;
};