UNPKG

daggerai

Version:

A simple and powerful Typescript based agent framework to help businesses thrive in the AI Agent revolution.

7 lines 237 B
import { LLM, LLMParams } from '../llm/base'; export declare class ChatOllama implements LLM { params: LLMParams; constructor(params: LLMParams); invoke(prompt: string): Promise<string>; } //# sourceMappingURL=ollama.d.ts.map