AzureAIProjectsModelFactory.RoutineAction(String) 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.
Base model for a routine action. Please note this is the abstract base class. The derived classes available for instantiation are: InvokeAgentResponsesApiRoutineAction and InvokeAgentInvocationsApiRoutineAction.
public static Azure.AI.Projects.RoutineAction RoutineAction(string type = default);
static member RoutineAction : string -> Azure.AI.Projects.RoutineAction
Public Shared Function RoutineAction (Optional type As String = Nothing) As RoutineAction
Parameters
- type
- String
The action type.
Returns
A new RoutineAction instance for mocking.