PersistentAgentsModelFactory.RunStepDetailsActivity 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 RunStepDetailsActivity.
public static Azure.AI.Agents.Persistent.RunStepDetailsActivity RunStepDetailsActivity(Azure.AI.Agents.Persistent.RunStepDetailsActivityType type = default, string id = default, string serverLabel = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.Agents.Persistent.ActivityFunctionDefinition> tools = default);
static member RunStepDetailsActivity : Azure.AI.Agents.Persistent.RunStepDetailsActivityType * string * string * System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.Agents.Persistent.ActivityFunctionDefinition> -> Azure.AI.Agents.Persistent.RunStepDetailsActivity
Public Shared Function RunStepDetailsActivity (Optional type As RunStepDetailsActivityType = Nothing, Optional id As String = Nothing, Optional serverLabel As String = Nothing, Optional tools As IReadOnlyDictionary(Of String, ActivityFunctionDefinition) = Nothing) As RunStepDetailsActivity
Parameters
The activity type, which is always 'mcp_list_tools'.
- id
- String
The activity ID.
- serverLabel
- String
Server label.
The supported function list.
Returns
A new RunStepDetailsActivity instance for mocking.