Skip to content

Type Alias: ScopedToolApprovalResponse

Makaio Framework


Makaio Framework / ai-adapters-core / ScopedToolApprovalResponse

ScopedToolApprovalResponse = z.infer<typeof response>

Defined in: ../../../adapters/core/src/utils/tool-approval.ts:234

Scoped tool approval response payload type — identical to the global response.

type ScopedToolApprovalResponse = {
action: 'allow' | 'deny';
};