PersistentAgentsModelFactory.RunStepConnectedAgentToolCall 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 RunStepConnectedAgentToolCall.
public static Azure.AI.Agents.Persistent.RunStepConnectedAgentToolCall RunStepConnectedAgentToolCall(string id = default, Azure.AI.Agents.Persistent.RunStepConnectedAgent connectedAgent = default);
static member RunStepConnectedAgentToolCall : string * Azure.AI.Agents.Persistent.RunStepConnectedAgent -> Azure.AI.Agents.Persistent.RunStepConnectedAgentToolCall
Public Shared Function RunStepConnectedAgentToolCall (Optional id As String = Nothing, Optional connectedAgent As RunStepConnectedAgent = Nothing) As RunStepConnectedAgentToolCall
Parameters
- id
- String
The ID of the tool call. This ID must be referenced when you submit tool outputs.
- connectedAgent
- RunStepConnectedAgent
The connected agent step information.
Returns
A new RunStepConnectedAgentToolCall instance for mocking.