Type Alias: ScopedToolApprovalResponse
Makaio Framework / ai-adapters-core / ScopedToolApprovalResponse
Type Alias: ScopedToolApprovalResponse
Section titled “Type Alias: ScopedToolApprovalResponse”ScopedToolApprovalResponse =
z.infer<typeofresponse>
Defined in: ../../../adapters/core/src/utils/tool-approval.ts:234
Scoped tool approval response payload type — identical to the global response.
Type Composition
Section titled “Type Composition”ScopedToolApprovalResponsez.infer<typeof ScopedToolApprovalSchema.response>typeof ScopedToolApprovalSchema.response
Resolved Shape
Section titled “Resolved Shape”type ScopedToolApprovalResponse = { action: 'allow' | 'deny';};