Table of Contents

Enum ContentFormat

Namespace
Glitch9.AIDevKit
public enum ContentFormat

Fields

Base64 = 2

The base64 encoded data, used when passing the data to the model as a string.

FileId = 3

The ID of an uploaded file to use as input.

Text = 0

Plain text data.

Url = 1

The URL of the data.