Tool constructor
const
Tool({
- required String toolType,
- required FunctionTool function,
Implementation
const Tool({required this.toolType, required this.function});