UNPKG

unico-js

Version:

A Javascript library to interact with the UNICO API.

8 lines 299 B
import type { Completion } from '../types/Completion'; export default class Completions { private unicoApiKey; private baseUrl; constructor(unicoApiKey: string, baseUrl: string); create(agentId: number, query: string): Promise<Completion>; } //# sourceMappingURL=completions.d.ts.map