ToolResponse constructor

ToolResponse({
  1. String? displayName,
  2. String? id,
  3. Map<String, Object?>? response,
  4. String? tool,
  5. ToolsetTool? toolsetTool,
})

Implementation

ToolResponse({
  this.displayName,
  this.id,
  this.response,
  this.tool,
  this.toolsetTool,
});