MemorySearchToolCall 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 search tool call.
public class MemorySearchToolCall : OpenAI.Responses.ResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.MemorySearchToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.MemorySearchToolCall>
type MemorySearchToolCall = class
inherit ResponseItem
interface IJsonModel<MemorySearchToolCall>
interface IPersistableModel<MemorySearchToolCall>
Public Class MemorySearchToolCall
Inherits ResponseItem
Implements IJsonModel(Of MemorySearchToolCall), IPersistableModel(Of MemorySearchToolCall)
- Inheritance
-
OpenAI.Responses.ResponseItemMemorySearchToolCall
- Implements
Constructors
| Name | Description |
|---|---|
| MemorySearchToolCall(ToolCallStatus) |
Initializes a new instance of MemorySearchToolCall. |
Properties
| Name | Description |
|---|---|
| Memories |
The results returned from the memory search. |
| Status |
The status of the tool call. |