ExecuteToolRequest constructor

ExecuteToolRequest({
  1. Map<String, Object?>? args,
  2. Map<String, Object?>? context,
  3. MockConfig? mockConfig,
  4. String? tool,
  5. ToolsetTool? toolsetTool,
  6. Map<String, Object?>? variables,
})

Implementation

ExecuteToolRequest({
  this.args,
  this.context,
  this.mockConfig,
  this.tool,
  this.toolsetTool,
  this.variables,
});