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

Hierarchy (view full)

Properties

Properties

stop?: string[]

An array of strings to stop on.

tools?: any[]