Package:
@hexos/runtimeParameters 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;
}