ResponseObject.Output 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.
An array of content items generated by the model.
- The length and order of items in the `output` array is dependent
- Rather than accessing the first item in the `output` array and
public System.Collections.Generic.IList<Azure.AI.AgentServer.Responses.Models.OutputItem> Output { get; }
member this.Output : System.Collections.Generic.IList<Azure.AI.AgentServer.Responses.Models.OutputItem>
Public ReadOnly Property Output As IList(Of OutputItem)