BingGroundingSearchConfiguration(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 BingGroundingSearchConfiguration.
public BingGroundingSearchConfiguration(string connectionId);
new Azure.AI.Agents.Persistent.BingGroundingSearchConfiguration : string -> Azure.AI.Agents.Persistent.BingGroundingSearchConfiguration
Public Sub New (connectionId As String)
Parameters
- connectionId
- String
Connection id for grounding with bing search.
Exceptions
connectionId is null.