ItemReasoningItem(String, IEnumerable<SummaryTextContent>) Constructor
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.
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.