UNPKG

ai-utils.js

Version:

Build AI applications, chatbots, and agents with JavaScript and TypeScript.

7 lines (6 loc) 158 B
import { Run } from "../run/Run.js"; export interface FunctionOptions<SETTINGS> { functionId?: string; settings?: Partial<SETTINGS>; run?: Run; }