Share via


ChatMessageContent.Source Property

Definition

Represents the source of the message.

[System.Text.Json.Serialization.JsonIgnore]
public object? Source { get; set; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Source : obj with get, set
Public Property Source As Object

Property Value

Attributes

Remarks

The source is corresponds to the entity that generated this message. The property is intended to be used by agents to associate themselves with the messages they generate.

Applies to