LocalLm types documentation
    Preparing search index...

    Interface InferenceOptions

    interface InferenceOptions {
        assistant?: string;
        debug?: boolean;
        history?: HistoryTurn[];
        system?: string;
        tools?: ToolSpec[];
        verbose?: boolean;
    }
    Index

    Properties

    assistant?: string
    debug?: boolean
    history?: HistoryTurn[]
    system?: string
    tools?: ToolSpec[]
    verbose?: boolean