ProjectsOpenAIModelFactory.BingGroundingSearchToolOptions 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 bing grounding search tool parameters.
public static Azure.AI.Projects.OpenAI.BingGroundingSearchToolOptions BingGroundingSearchToolOptions(System.Collections.Generic.IEnumerable<Azure.AI.Projects.OpenAI.BingGroundingSearchConfiguration> searchConfigurations = default);
static member BingGroundingSearchToolOptions : seq<Azure.AI.Projects.OpenAI.BingGroundingSearchConfiguration> -> Azure.AI.Projects.OpenAI.BingGroundingSearchToolOptions
Public Shared Function BingGroundingSearchToolOptions (Optional searchConfigurations As IEnumerable(Of BingGroundingSearchConfiguration) = Nothing) As BingGroundingSearchToolOptions
Parameters
- searchConfigurations
- IEnumerable<BingGroundingSearchConfiguration>
The search configurations attached to this tool. There can be a maximum of 1 search configuration resource attached to the tool.
Returns
A new BingGroundingSearchToolOptions instance for mocking.