UNPKG

react-native-executorch

Version:

An easy way to run AI models in react native with ExecuTorch

3 lines 143 B
import { ToolCall } from '../types/llm'; export declare const parseToolCall: (message: string) => ToolCall[]; //# sourceMappingURL=llm.d.ts.map