Class ChatContentPart
Inheritance
object
ChatContentPart
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 |