RetrieveToolSchemaRequest constructor

RetrieveToolSchemaRequest({
  1. String? tool,
  2. ToolsetTool? toolsetTool,
})

Implementation

RetrieveToolSchemaRequest({this.tool, this.toolsetTool});