ProjectsOpenAIModelFactory.MemorySearchToolOptions Method
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.
Memory search options.
public static Azure.AI.Projects.OpenAI.MemorySearchToolOptions MemorySearchToolOptions(int? maxMemories = default);
static member MemorySearchToolOptions : Nullable<int> -> Azure.AI.Projects.OpenAI.MemorySearchToolOptions
Public Shared Function MemorySearchToolOptions (Optional maxMemories As Nullable(Of Integer) = Nothing) As MemorySearchToolOptions
Parameters
Returns
A new MemorySearchToolOptions instance for mocking.