UNPKG

eve

Version:

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

4 lines (3 loc) 247 B
import type { ToolSet, TypedToolResult } from "ai"; /** Returns whether an inline tool result represents a pending authorization interrupt. */ export declare function isInlineAuthorizationToolResult(toolResult: TypedToolResult<ToolSet>): boolean;