Table of Contents

Class ChatContentPart

Namespace
Glitch9.AIDevKit
public abstract class ChatContentPart
Inheritance
object
ChatContentPart
Derived

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.

public bool IsBase64 { get; }

Property Value

bool

Type

Required. The type of the content part.

public ChatContentPartType Type { get; set; }

Property Value

ChatContentPartType