UNPKG

@nomyx/assistant

Version:

A powerful assistant library and cli for your AI projects. works with Vertex AI (Claude and Gemini)

5 lines (4 loc) 293 B
import { GenericToolSchema, StandardizedToolCall } from '../../../types/tool'; export declare function convertToolSchema(schema: GenericToolSchema): any; export declare function convertToolCall(call: any): StandardizedToolCall; export declare function convertMessages(messages: any[]): any[];