AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ModelStreamResponse

    It's a stream of JSON objects.

    Inheritance
    object
    ModelStreamResponse
    Namespace: Glitch9.AIDevKit.Ollama
    Assembly: .dll
    Syntax
    public class ModelStreamResponse

    Properties

    Completed

    Declaration
    public long? Completed { get; set; }
    Property Value
    Type Description
    long?

    Digest

    Declaration
    public string Digest { get; set; }
    Property Value
    Type Description
    string

    Status

    Declaration
    public string Status { get; set; }
    Property Value
    Type Description
    string

    Total

    Declaration
    public long? Total { get; set; }
    Property Value
    Type Description
    long?
    In this article
    Back to top Generated by DocFX