ResponsesMemorySearchPreviewTool 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 tool for integrating memories into the agent.
public class ResponsesMemorySearchPreviewTool : Azure.AI.Extensions.OpenAI.ResponsesTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesMemorySearchPreviewTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesMemorySearchPreviewTool>
type ResponsesMemorySearchPreviewTool = class
inherit ResponsesTool
interface IJsonModel<ResponsesMemorySearchPreviewTool>
interface IPersistableModel<ResponsesMemorySearchPreviewTool>
Public Class ResponsesMemorySearchPreviewTool
Inherits ResponsesTool
Implements IJsonModel(Of ResponsesMemorySearchPreviewTool), IPersistableModel(Of ResponsesMemorySearchPreviewTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ResponsesMemorySearchPreviewTool(String, String) |
Initializes a new instance of ResponsesMemorySearchPreviewTool. |
Properties
| Name | Description |
|---|---|
| MemoryStoreName |
The name of the memory store to use. |
| Scope |
The namespace used to group and isolate memories, such as a user ID.
Limits which memories can be retrieved or updated.
Use special variable |
| SearchOptions |
Options for searching the memory store. |
| UpdateDelay |
Time to wait before updating memories after inactivity (seconds). Default 300. |