langchain.js
    Preparing search index...

    Interface ChatOllamaCallOptions

    interface ChatOllamaCallOptions {
        format?: string | Record<string, any>;
        stop?: string[];
        tool_choice?: undefined;
        tools?: BindToolsInput[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    format?: string | Record<string, any>
    stop?: string[]

    An array of strings to stop on.

    tool_choice?: undefined

    Tool choice is not supported for ChatOllama

    tools?: BindToolsInput[]