BingGroundingSearchToolOptions Class
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 class BingGroundingSearchToolOptions : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.BingGroundingSearchToolOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.BingGroundingSearchToolOptions>
type BingGroundingSearchToolOptions = class
interface IJsonModel<BingGroundingSearchToolOptions>
interface IPersistableModel<BingGroundingSearchToolOptions>
Public Class BingGroundingSearchToolOptions
Implements IJsonModel(Of BingGroundingSearchToolOptions), IPersistableModel(Of BingGroundingSearchToolOptions)
- Inheritance
-
BingGroundingSearchToolOptions
- Implements
Constructors
| Name | Description |
|---|---|
| BingGroundingSearchToolOptions(IEnumerable<BingGroundingSearchConfiguration>) |
Initializes a new instance of BingGroundingSearchToolOptions. |
Properties
| Name | Description |
|---|---|
| SearchConfigurations |
The search configurations attached to this tool. There can be a maximum of 1 search configuration resource attached to the tool. |