Table of Contents

Class MessageContentItemTypes

Namespace
FoundationaLLM.Common.Constants.Orchestration
Assembly
FoundationaLLM.Common.dll

Contains constants for the types of message content items.

public static class MessageContentItemTypes
Inheritance
MessageContentItemTypes
Inherited Members

Fields

FilePath

File path content.

public const string FilePath = "file_path"

Field Value

string

HTML

HTML file content.

public const string HTML = "html"

Field Value

string

ImageFile

Image file content.

public const string ImageFile = "image_file"

Field Value

string

Text

Text content.

public const string Text = "text"

Field Value

string