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 : OpenAI.Responses.ResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.MemoryCommandToolCallOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.MemoryCommandToolCallOutput>
type MemoryCommandToolCallOutput = class
inherit ResponseItem
interface IJsonModel<MemoryCommandToolCallOutput>
interface IPersistableModel<MemoryCommandToolCallOutput>
Public Class MemoryCommandToolCallOutput
Inherits ResponseItem
Implements IJsonModel(Of MemoryCommandToolCallOutput), IPersistableModel(Of MemoryCommandToolCallOutput)
- Inheritance
-
OpenAI.Responses.ResponseItemMemoryCommandToolCallOutput
- Implements
Constructors
| Name | Description |
|---|---|
| MemoryCommandToolCallOutput(String, ToolCallStatus) |
Initializes a new instance of MemoryCommandToolCallOutput. |
Properties
| Name | Description |
|---|---|
| CallId |
The unique ID of the tool call generated by the model. |
| Status |
The status of the tool call. |