ResponseObject.Output Property

Definition

An array of content items generated by the model.

  • The length and order of items in the `output` array is dependent
on the model's response.
  • Rather than accessing the first item in the `output` array and
assuming it's an `assistant` message with the content generated by the model, you might consider using the `output_text` property where supported in SDKs.
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)

Property Value

Applies to