MemorySearchTool(String, String) Constructor
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.
Initializes a new instance of MemorySearchTool.
public MemorySearchTool(string memoryStoreName, string scope);
new Azure.AI.Projects.OpenAI.MemorySearchTool : string * string -> Azure.AI.Projects.OpenAI.MemorySearchTool
Public Sub New (memoryStoreName As String, scope As String)
Parameters
- memoryStoreName
- String
The name of the memory store to use.
- scope
- String
The namespace used to group and isolate memories, such as a user ID.
Limits which memories can be retrieved or updated.
Use special variable {{$userId}} to scope memories to the current signed-in user.
Exceptions
memoryStoreName or scope is null.