MemorySearchTool 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 MemorySearchTool : Azure.AI.Projects.OpenAI.AgentTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.MemorySearchTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.MemorySearchTool>
type MemorySearchTool = class
inherit AgentTool
interface IJsonModel<MemorySearchTool>
interface IPersistableModel<MemorySearchTool>
Public Class MemorySearchTool
Inherits AgentTool
Implements IJsonModel(Of MemorySearchTool), IPersistableModel(Of MemorySearchTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| MemorySearchTool(String, String) |
Initializes a new instance of MemorySearchTool. |
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. |