UNPKG

@just-every/ensemble

Version:

LLM provider abstraction layer with unified streaming interface

3 lines 230 B
import type { AgentDefinition, EmbedOpts } from '../types/types.js'; export declare function ensembleEmbed(text: string, agent: AgentDefinition, options?: EmbedOpts): Promise<number[]>; //# sourceMappingURL=ensemble_embed.d.ts.map