ResponseEventStream.AddOutputItemReasoningItem 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 reasoning output item scope with the next output index and an auto-generated item ID.
public virtual Azure.AI.AgentServer.Responses.OutputItemReasoningItemBuilder AddOutputItemReasoningItem();
abstract member AddOutputItemReasoningItem : unit -> Azure.AI.AgentServer.Responses.OutputItemReasoningItemBuilder
override this.AddOutputItemReasoningItem : unit -> Azure.AI.AgentServer.Responses.OutputItemReasoningItemBuilder
Public Overridable Function AddOutputItemReasoningItem () As OutputItemReasoningItemBuilder
Returns
A new OutputItemReasoningItemBuilder for the reasoning output item.