UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

4 lines (3 loc) 193 B
import type { InputRequest } from "#shared/input.js"; /** Returns true when the request gates an AI SDK tool call. */ export declare function isApprovalRequest(request: InputRequest): boolean;