MemoryCommandToolCall 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.
A memory command tool call.
public class MemoryCommandToolCall : OpenAI.Responses.ResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.MemoryCommandToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.MemoryCommandToolCall>
type MemoryCommandToolCall = class
inherit ResponseItem
interface IJsonModel<MemoryCommandToolCall>
interface IPersistableModel<MemoryCommandToolCall>
Public Class MemoryCommandToolCall
Inherits ResponseItem
Implements IJsonModel(Of MemoryCommandToolCall), IPersistableModel(Of MemoryCommandToolCall)
- Inheritance
-
OpenAI.Responses.ResponseItemMemoryCommandToolCall
- Implements
Constructors
| Name | Description |
|---|---|
| MemoryCommandToolCall(String, String, ToolCallStatus) |
Initializes a new instance of MemoryCommandToolCall. |
Properties
| Name | Description |
|---|---|
| Arguments |
A JSON string of the arguments to pass to the tool, including |
| CallId |
The unique ID of the tool call generated by the model. |
| Status |
The status of the tool call. |