ChatMessageContent.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.