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
HTML
HTML file content.
public const string HTML = "html"
  Field Value
ImageFile
Image file content.
public const string ImageFile = "image_file"
  Field Value
Text
Text content.
public const string Text = "text"