Share via


DeepResearchDetails Constructor

Definition

Initializes a new instance of DeepResearchDetails.

public DeepResearchDetails(string model, System.Collections.Generic.IEnumerable<Azure.AI.Agents.Persistent.DeepResearchBingGroundingConnection> bingGroundingConnections);
new Azure.AI.Agents.Persistent.DeepResearchDetails : string * seq<Azure.AI.Agents.Persistent.DeepResearchBingGroundingConnection> -> Azure.AI.Agents.Persistent.DeepResearchDetails
Public Sub New (model As String, bingGroundingConnections As IEnumerable(Of DeepResearchBingGroundingConnection))

Parameters

model
String

The deep research model deployment name.

bingGroundingConnections
IEnumerable<DeepResearchBingGroundingConnection>

The array containing Bing grounding connection IDs to enhance deep research capabilities.

Exceptions

model or bingGroundingConnections is null.

Applies to