Partager via


PersistentAgentsModelFactory.RunStepDeepResearchToolCallDetails Method

Definition

Initializes a new instance of RunStepDeepResearchToolCallDetails.

public static Azure.AI.Agents.Persistent.RunStepDeepResearchToolCallDetails RunStepDeepResearchToolCallDetails(string input = default, string output = default);
static member RunStepDeepResearchToolCallDetails : string * string -> Azure.AI.Agents.Persistent.RunStepDeepResearchToolCallDetails
Public Shared Function RunStepDeepResearchToolCallDetails (Optional input As String = Nothing, Optional output As String = Nothing) As RunStepDeepResearchToolCallDetails

Parameters

input
String

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

output
String

The final output for the deep research tool.

Returns

A new RunStepDeepResearchToolCallDetails instance for mocking.

Applies to