Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface OllamaCallIdentity

    interface OllamaCallIdentity {
        ordinal: number;
        stream: string;
        wireId: string | null;
        wireIndex: number | null;
        wireType: "function" | null;
    }
    Index
    ordinal: number
    stream: string
    wireId: string | null
    wireIndex: number | null
    wireType: "function" | null