BingGroundingAgentTool 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 input definition information for a bing grounding search tool as used to configure an agent.
public class BingGroundingAgentTool : Azure.AI.Projects.OpenAI.AgentTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.BingGroundingAgentTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.BingGroundingAgentTool>
type BingGroundingAgentTool = class
inherit AgentTool
interface IJsonModel<BingGroundingAgentTool>
interface IPersistableModel<BingGroundingAgentTool>
Public Class BingGroundingAgentTool
Inherits AgentTool
Implements IJsonModel(Of BingGroundingAgentTool), IPersistableModel(Of BingGroundingAgentTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| BingGroundingAgentTool(BingGroundingSearchToolOptions) |
Initializes a new instance of BingGroundingAgentTool. |
Properties
| Name | Description |
|---|---|
| BingGrounding |
The bing grounding search tool parameters. |