WebSearchConfiguration 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.
A web search configuration for bing custom search.
public class WebSearchConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.WebSearchConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.WebSearchConfiguration>
type WebSearchConfiguration = class
interface IJsonModel<WebSearchConfiguration>
interface IPersistableModel<WebSearchConfiguration>
Public Class WebSearchConfiguration
Implements IJsonModel(Of WebSearchConfiguration), IPersistableModel(Of WebSearchConfiguration)
- Inheritance
-
WebSearchConfiguration
- Implements
Constructors
| Name | Description |
|---|---|
| WebSearchConfiguration(String, String) |
Initializes a new instance of WebSearchConfiguration. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. |
| InstanceName |
Name of the custom configuration instance given to config. |
| Name |
Optional user-defined name for this tool or configuration. |
| ProjectConnectionId |
Project connection id for grounding with bing custom search. |