ItemReasoningItem(String, IEnumerable<SummaryTextContent>) Constructor

Definition

Initializes a new instance of ItemReasoningItem.

public ItemReasoningItem(string id, System.Collections.Generic.IEnumerable<Azure.AI.AgentServer.Responses.Models.SummaryTextContent> summary);
new Azure.AI.AgentServer.Responses.Models.ItemReasoningItem : string * seq<Azure.AI.AgentServer.Responses.Models.SummaryTextContent> -> Azure.AI.AgentServer.Responses.Models.ItemReasoningItem
Public Sub New (id As String, summary As IEnumerable(Of SummaryTextContent))

Parameters

id
String

The unique identifier of the reasoning content.

summary
IEnumerable<SummaryTextContent>

Reasoning summary content.

Exceptions

id or summary is null.

Applies to