OutputItemReasoningItemBuilder.AddSummaryPart 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 summary part scope with the next summary index. The builder is auto-tracked for inclusion in EmitDone().
public virtual Azure.AI.AgentServer.Responses.ReasoningSummaryPartBuilder AddSummaryPart();
abstract member AddSummaryPart : unit -> Azure.AI.AgentServer.Responses.ReasoningSummaryPartBuilder
override this.AddSummaryPart : unit -> Azure.AI.AgentServer.Responses.ReasoningSummaryPartBuilder
Public Overridable Function AddSummaryPart () As ReasoningSummaryPartBuilder
Returns
A new ReasoningSummaryPartBuilder for the summary part.