DeepResearchDetails 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 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.