DocsRuntimellm-providersOllamaStreamParams
Package: @hexos/runtime

Parameters for streaming chat completions with the Ollama provider.

interface OllamaStreamParams {
    client: Ollama;
    input: RuntimeInput;
    agent: AgentDefinition;
    messageId: string;
    currentAgentId: string;
    tools?: OllamaTool[];
    dependencies: ProviderDependencies;
    maxIterationsExceededCode: string;
}

client

Ollama

input

agent

messageId

string

currentAgentId

string

tools

dependencies

maxIterationsExceededCode

string