Enum ContentFormat
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public enum ContentFormat
Fields
| Name | Description |
|---|---|
| Base64 | The base64 encoded data, used when passing the data to the model as a string. |
| Document | The ID and Name of an uploaded document to use as input. |
| FileId | The ID of an uploaded file to use as input. |
| RawData | Raw bytes of the data. |
| Text | Plain text data. |
| Url | The URL of the data. |