AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class ChatContentPart

    Inheritance
    object
    ChatContentPart
    AudioContentPart
    FileContentPart
    ImageContentPart
    TextContentPart
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public abstract class ChatContentPart

    Properties

    IsBase64

    Indicates if the content part is in base64 format. This is true if the content part is a base64 encoded image, file, or audio.

    Declaration
    public bool IsBase64 { get; }
    Property Value
    Type Description
    bool

    Type

    Required. The type of the content part.

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