MemoryCommandToolCallOutput 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.
The output of a memory command tool call.
public class MemoryCommandToolCallOutput : Azure.AI.Extensions.OpenAI.AgentResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.MemoryCommandToolCallOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.MemoryCommandToolCallOutput>
type MemoryCommandToolCallOutput = class
inherit AgentResponseItem
interface IJsonModel<MemoryCommandToolCallOutput>
interface IPersistableModel<MemoryCommandToolCallOutput>
Public Class MemoryCommandToolCallOutput
Inherits AgentResponseItem
Implements IJsonModel(Of MemoryCommandToolCallOutput), IPersistableModel(Of MemoryCommandToolCallOutput)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| MemoryCommandToolCallOutput(String, ToolCallStatus) |
Initializes a new instance of MemoryCommandToolCallOutput. |
Properties
| Name | Description |
|---|---|
| AgentReference |
The agent that created the item. (Inherited from AgentResponseItem) |
| CallId |
The unique ID of the tool call generated by the model. |
| Id | (Inherited from AgentResponseItem) |
| ResponseId |
The response on which the item is created. (Inherited from AgentResponseItem) |
| Status |
The status of the tool call. |