MAIDR Documentation - v3.69.0
    Preparing search index...

    Interface OllamaProbeResult

    Result of probing a local Ollama server: reachability plus the installed models, so a single request can answer both questions.

    interface OllamaProbeResult {
        reachable: boolean;
        models: string[];
    }
    Index

    Properties

    Properties

    reachable: boolean

    Indicates whether the Ollama server responded successfully

    models: string[]

    Names of the models installed on the server (empty when unreachable)