FunctionTool constructor
const
FunctionTool({})
Creates a declaration.
Implementation
const FunctionTool({
required this.name,
this.description = '',
this.parameters = const {
'type': 'object',
'properties': <String, dynamic>{}
},
});