RetrieveToolSchemaResponse constructor
RetrieveToolSchemaResponse({
- Schema? inputSchema,
- Schema? outputSchema,
- String? tool,
- ToolsetTool? toolsetTool,
Implementation
RetrieveToolSchemaResponse({
this.inputSchema,
this.outputSchema,
this.tool,
this.toolsetTool,
});