RetrieveToolSchemaResponse constructor

RetrieveToolSchemaResponse({
  1. Schema? inputSchema,
  2. Schema? outputSchema,
  3. String? tool,
  4. ToolsetTool? toolsetTool,
})

Implementation

RetrieveToolSchemaResponse({
  this.inputSchema,
  this.outputSchema,
  this.tool,
  this.toolsetTool,
});