UNPKG

@just-every/ensemble

Version:

LLM provider abstraction layer with unified streaming interface

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