Class NaturalActionExecutor
java.lang.Object
com.shaft.gui.internal.natural.NaturalActionExecutor
Validates and executes natural-language action plans through normal SHAFT actions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic StringReturns the resolution path of the last executed plan.static voidperform(DriverFactoryHelper helper, String intent, Object... args) Plans, validates, and executes a natural-language action.
-
Method Details
-
getLastResolutionPath
Returns the resolution path of the last executed plan. Public for MCP integration.- Returns:
- resolution path or empty string if not set
-
clearLastResolutionPath
public static void clearLastResolutionPath() -
perform
Plans, validates, and executes a natural-language action.- Parameters:
helper- active driver helperintent- user intentargs- user-provided action arguments
-