BingGroundingAgentTool Constructors
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.
Overloads
| Name | Description |
|---|---|
| BingGroundingAgentTool() |
Initializes a new instance of BingGroundingAgentTool for deserialization. |
| BingGroundingAgentTool(BingGroundingSearchToolParameters) |
Initializes a new instance of BingGroundingAgentTool. |
| BingGroundingAgentTool(ToolType, IDictionary<String,BinaryData>, BingGroundingSearchToolParameters) |
Initializes a new instance of BingGroundingAgentTool. |
BingGroundingAgentTool()
- Source:
- BingGroundingAgentTool.cs
Initializes a new instance of BingGroundingAgentTool for deserialization.
public BingGroundingAgentTool();
Public Sub New ()
Applies to
BingGroundingAgentTool(BingGroundingSearchToolParameters)
- Source:
- BingGroundingAgentTool.cs
Initializes a new instance of BingGroundingAgentTool.
public BingGroundingAgentTool(Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingSearchToolParameters bingGrounding);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingAgentTool : Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingSearchToolParameters -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingAgentTool
Public Sub New (bingGrounding As BingGroundingSearchToolParameters)
Parameters
- bingGrounding
- BingGroundingSearchToolParameters
The bing grounding search tool parameters.
Exceptions
bingGrounding is null.
Applies to
BingGroundingAgentTool(ToolType, IDictionary<String,BinaryData>, BingGroundingSearchToolParameters)
- Source:
- BingGroundingAgentTool.cs
Initializes a new instance of BingGroundingAgentTool.
public BingGroundingAgentTool(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData, Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingSearchToolParameters bingGrounding);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingAgentTool : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolType * System.Collections.Generic.IDictionary<string, BinaryData> * Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingSearchToolParameters -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingAgentTool
Public Sub New (type As ToolType, serializedAdditionalRawData As IDictionary(Of String, BinaryData), bingGrounding As BingGroundingSearchToolParameters)
Parameters
- type
- ToolType
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.
- bingGrounding
- BingGroundingSearchToolParameters
The bing grounding search tool parameters.