interface ChatOllamaCallOptions {
    stop?: string[];
    tools?: BindToolsInput[];
}

Hierarchy (view full)

Properties

Properties

stop?: string[]

An array of strings to stop on.

tools?: BindToolsInput[]