Table of Contents

Class TextMessageContentItem

Namespace
FoundationaLLM.Common.Models.Orchestration.Response
Assembly
FoundationaLLM.Common.dll

An OpenAI text message content item.

public class TextMessageContentItem : MessageContentItemBase
Inheritance
TextMessageContentItem
Inherited Members
Extension Methods

Constructors

TextMessageContentItem()

Set default property values.

public TextMessageContentItem()

Properties

Annotations

A list of file annotations used to generate the message content item.

[JsonPropertyName("annotations")]
public List<FilePathContentItem> Annotations { get; set; }

Property Value

List<FilePathContentItem>

Type

The type of the message content item.

[JsonIgnore]
public override string? Type { get; set; }

Property Value

string

Value

The text value of the message content item.

[JsonPropertyName("value")]
public string? Value { get; set; }

Property Value

string