AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class StreamOptions

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

    Properties

    IncludeUsage

    If set, an additional chunk will be streamed before the data: [DONE] message. The usage field on this chunk shows the token usage statistics for the entire request,

    and the choices field will always be an empty array. All other chunks will also include a usage field, but with a null value.

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