ResponseEventStream.AddOutputItemStructuredOutputs Method
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.
Creates a structured outputs item scope with the next output index and an auto-generated item ID.
public virtual Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.StructuredOutputsOutputItem> AddOutputItemStructuredOutputs();
abstract member AddOutputItemStructuredOutputs : unit -> Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.StructuredOutputsOutputItem>
override this.AddOutputItemStructuredOutputs : unit -> Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.StructuredOutputsOutputItem>
Public Overridable Function AddOutputItemStructuredOutputs () As OutputItemBuilder(Of StructuredOutputsOutputItem)
Returns
A new OutputItemBuilder<T> for the structured outputs item.