ProjectsAgentsModelFactory.WebSearchToolFilters 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.
The WebSearchToolFilters.
public static OpenAI.WebSearchToolFilters WebSearchToolFilters(System.Collections.Generic.IEnumerable<string> allowedDomains = default);
static member WebSearchToolFilters : seq<string> -> OpenAI.WebSearchToolFilters
Public Shared Function WebSearchToolFilters (Optional allowedDomains As IEnumerable(Of String) = Nothing) As WebSearchToolFilters
Parameters
- allowedDomains
- IEnumerable<String>
Returns
A new WebSearchToolFilters instance for mocking.