다음을 통해 공유


RunStepDeepResearchToolCallDetails Class

Definition

The detailed information about the deep research tasks performed by the model.

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

Properties

Input

The input provided by the model to the deep research tool.

Output

The final output for the deep research tool.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RunStepDeepResearchToolCallDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RunStepDeepResearchToolCallDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RunStepDeepResearchToolCallDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunStepDeepResearchToolCallDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RunStepDeepResearchToolCallDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to