IChatMessage.Annotations 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.
Annotations associated with the message.
public System.Collections.Generic.IList<Microsoft.SemanticKernel.Experimental.Agents.IChatMessage.IAnnotation> Annotations { get; }
member this.Annotations : System.Collections.Generic.IList<Microsoft.SemanticKernel.Experimental.Agents.IChatMessage.IAnnotation>
Public ReadOnly Property Annotations As IList(Of IChatMessage.IAnnotation)