Share via


DeepResearchDetails Class

Definition

The details of the Deep Research tool.

public class DeepResearchDetails : System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.DeepResearchDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.DeepResearchDetails>
type DeepResearchDetails = class
    interface IJsonModel<DeepResearchDetails>
    interface IPersistableModel<DeepResearchDetails>
Public Class DeepResearchDetails
Implements IJsonModel(Of DeepResearchDetails), IPersistableModel(Of DeepResearchDetails)
Inheritance
DeepResearchDetails
Implements

Constructors

DeepResearchDetails(String, IEnumerable<DeepResearchBingGroundingConnection>)

Initializes a new instance of DeepResearchDetails.

Properties

BingGroundingConnections

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

Model

The deep research model deployment name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeepResearchDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DeepResearchDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeepResearchDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeepResearchDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DeepResearchDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to