ExtensionsOpenAIModelFactory.ResponsesMemorySearchOptions 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.Extensions.OpenAI.ResponsesMemorySearchOptions ResponsesMemorySearchOptions(int? maxMemories = default);
static member ResponsesMemorySearchOptions : Nullable<int> -> Azure.AI.Extensions.OpenAI.ResponsesMemorySearchOptions
Public Shared Function ResponsesMemorySearchOptions (Optional maxMemories As Nullable(Of Integer) = Nothing) As ResponsesMemorySearchOptions
Parameters
Returns
A new ResponsesMemorySearchOptions instance for mocking.