Type Alias: AgentToolApproveResponse
Makaio Framework / contracts / AgentToolApproveResponse
Type Alias: AgentToolApproveResponse
Section titled “Type Alias: AgentToolApproveResponse”AgentToolApproveResponse =
z.infer<typeofAgentToolApproveSchema.response>
Defined in: ../../../packages/contracts/src/agent/schemas/tool-approve.ts:44
Type Composition
Section titled “Type Composition”AgentToolApproveResponsez.infer<typeof AgentToolApproveSchema.response>typeof AgentToolApproveSchema.response
Resolved Shape
Section titled “Resolved Shape”type AgentToolApproveResponse = { action: 'allow' | 'deny';};