AgentRunResponse.AdditionalProperties 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.
Gets or sets additional properties associated with this response.
public Microsoft.Extensions.AI.AdditionalPropertiesDictionary? AdditionalProperties { get; set; }
member this.AdditionalProperties : Microsoft.Extensions.AI.AdditionalPropertiesDictionary with get, set
Public Property AdditionalProperties As AdditionalPropertiesDictionary
Property Value
An AdditionalPropertiesDictionary containing custom properties,
or null if no additional properties are present.
Remarks
Additional properties provide a way to include custom metadata or provider-specific information that doesn't fit into the standard response schema. This is useful for preserving implementation-specific details or extending the response with custom data.