UNPKG

@just-every/ensemble

Version:

LLM provider abstraction layer with unified streaming interface

3 lines 252 B
import type { AgentDefinition, ImageGenerationOpts } from '../types/types.js'; export declare function ensembleImage(prompt: string, agent: AgentDefinition, options?: ImageGenerationOpts): Promise<string[]>; //# sourceMappingURL=ensemble_image.d.ts.map