interface ChatOllamaCallOptions {
    stop?: string[];
}

Hierarchy (view full)

Properties

Properties

stop?: string[]

An array of strings to stop on.