Type Alias: KillSubagentRequest
Makaio Framework / contracts / KillSubagentRequest
Type Alias: KillSubagentRequest
Section titled “Type Alias: KillSubagentRequest”KillSubagentRequest =
z.infer<typeofKillSubagentRequestSchema>
Defined in: ../../../packages/contracts/src/subagent/schemas.ts:236
Type Composition
Section titled “Type Composition”KillSubagentRequestz.infer<typeof KillSubagentRequestSchema>typeof KillSubagentRequestSchema
Resolved Shape
Section titled “Resolved Shape”type KillSubagentRequest = { subagentId: string; reason?: string | undefined;};