ToolError constructor
ToolError({})
Implementation
ToolError({
required this.message,
required this.toolName,
this.input = const {},
this.errorId = 'tool_error',
this.suggestion,
});
ToolError({
required this.message,
required this.toolName,
this.input = const {},
this.errorId = 'tool_error',
this.suggestion,
});