PersistentAgentsModelFactory.RunStepDeepResearchToolCallDetails Method
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 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.