UNPKG

ai-utils.js

Version:

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

5 lines (4 loc) 135 B
import { RunFunction } from "../../run/RunFunction.js"; export type SplitFunction = RunFunction<{ text: string; }, Array<string>>;