ItemReasoningItem Class
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.
Reasoning.
public class ItemReasoningItem : Azure.AI.AgentServer.Responses.Models.Item, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemReasoningItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemReasoningItem>
type ItemReasoningItem = class
inherit Item
interface IJsonModel<ItemReasoningItem>
interface IPersistableModel<ItemReasoningItem>
Public Class ItemReasoningItem
Inherits Item
Implements IJsonModel(Of ItemReasoningItem), IPersistableModel(Of ItemReasoningItem)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ItemReasoningItem(String, IEnumerable<SummaryTextContent>) |
Initializes a new instance of ItemReasoningItem. |
Properties
| Name | Description |
|---|---|
| Content |
Reasoning text content. |
| EncryptedContent |
Gets or sets the EncryptedContent. |
| Id |
The unique identifier of the reasoning content. |
| Status |
The status of the item. One of |
| Summary |
Reasoning summary content. |