Tool constructor
Tool({
- ToolAnnotations? annotations,
- List<
String> ? dependsOn, - String? description,
- JsonSchema? inputSchema,
- String? name,
- JsonSchema? outputSchema,
Implementation
Tool({
this.annotations,
this.dependsOn,
this.description,
this.inputSchema,
this.name,
this.outputSchema,
});