AgentRunResponseUpdate.UserInputRequests 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 the user input requests associated with the response.
[System.Text.Json.Serialization.JsonIgnore]
public System.Collections.Generic.IEnumerable<Microsoft.Extensions.AI.UserInputRequestContent> UserInputRequests { get; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.UserInputRequests : seq<Microsoft.Extensions.AI.UserInputRequestContent>
Public ReadOnly Property UserInputRequests As IEnumerable(Of UserInputRequestContent)
Property Value
- Attributes
Remarks
This property concatenates all UserInputRequestContent instances in the response.