BingGroundingSearchToolParameters 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 BingGroundingSearchToolParameters : System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.BingGroundingSearchToolParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.BingGroundingSearchToolParameters>
type BingGroundingSearchToolParameters = class
interface IJsonModel<BingGroundingSearchToolParameters>
interface IPersistableModel<BingGroundingSearchToolParameters>
Public Class BingGroundingSearchToolParameters
Implements IJsonModel(Of BingGroundingSearchToolParameters), IPersistableModel(Of BingGroundingSearchToolParameters)
- Inheritance
-
BingGroundingSearchToolParameters
- Implements
Constructors
BingGroundingSearchToolParameters(IEnumerable<BingGroundingSearchConfiguration>) |
Initializes a new instance of BingGroundingSearchToolParameters. |
Properties
SearchConfigurations |
The search configurations attached to this tool. There can be a maximum of 1 search configuration resource attached to the tool. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<BingGroundingSearchToolParameters>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BingGroundingSearchToolParameters>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BingGroundingSearchToolParameters>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BingGroundingSearchToolParameters>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BingGroundingSearchToolParameters>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |