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.AgentServer.Contracts.Generated.OpenAI.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingAgentTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingAgentTool>
type BingGroundingAgentTool = class
inherit Tool
interface IUtf8JsonSerializable
interface IJsonModel<BingGroundingAgentTool>
interface IPersistableModel<BingGroundingAgentTool>
Public Class BingGroundingAgentTool
Inherits Tool
Implements IJsonModel(Of BingGroundingAgentTool), IPersistableModel(Of BingGroundingAgentTool)
- Inheritance
- Implements
Constructors
| 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. |
Properties
| Name | Description |
|---|---|
| BingGrounding |
The bing grounding search tool parameters. |
| Type |
Gets or sets the type. (Inherited from Tool) |
Methods
| Name | Description |
|---|---|
| DeserializeBingGroundingAgentTool(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |