AgentResponseItem 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.
Content item used to generate a response. Please note this is the abstract base class. The derived classes available for instantiation are: AgentStructuredOutputsResponseItem, AgentWorkflowActionResponseItem, OAuthConsentRequestResponseItem, LocalShellToolCallAgentResponseItem, LocalShellToolCallOutputAgentResponseItem, and MemorySearchToolCallResponseItem.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(OpenAI.UnknownItemResource))]
public abstract class AgentResponseItem : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.AgentResponseItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.AgentResponseItem>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(OpenAI.UnknownItemResource))>]
type AgentResponseItem = class
interface IJsonModel<AgentResponseItem>
interface IPersistableModel<AgentResponseItem>
Public MustInherit Class AgentResponseItem
Implements IJsonModel(Of AgentResponseItem), IPersistableModel(Of AgentResponseItem)
- Inheritance
-
AgentResponseItem
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| CreatedBy |
The information about the creator of the item. |
| Id |
Gets the Id. |
Methods
Operators
| Name | Description |
|---|---|
| Implicit(AgentResponseItem to ResponseItem) | |
| Implicit(ResponseItem to AgentResponseItem) | |