Share via


AgentRunResponseUpdate.UserInputRequests Property

Definition

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.

Applies to