DeepResearchBingGroundingConnection(String) Constructor
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.
Initializes a new instance of DeepResearchBingGroundingConnection.
public DeepResearchBingGroundingConnection(string connectionId);
new Azure.AI.Agents.Persistent.DeepResearchBingGroundingConnection : string -> Azure.AI.Agents.Persistent.DeepResearchBingGroundingConnection
Public Sub New (connectionId As String)
Parameters
- connectionId
- String
The connection ID for the Bing grounding connection.
Exceptions
connectionId
is null.