Interface ToolManager.ToolArguments

All Superinterfaces:
FeatureManager.FeatureArguments, FeatureManager.RequestFeatureArguments
Enclosing interface:
ToolManager

public static interface ToolManager.ToolArguments extends FeatureManager.RequestFeatureArguments
The input to a tool handler, providing access to the arguments.
  • Method Details

    • args

      Map<String,Object> args()
      The tool arguments.

      Every required argument will be present in the map and each argument can be safely cast to ToolManager.ToolArgument.type().

      Returns:
      a map from the argument names to the argument values