Class ChatContentPart
public abstract class ChatContentPart
- Inheritance
-
objectChatContentPart
- 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; }