FunctionTool constructor
FunctionTool({})
Implementation
FunctionTool({
required super.name,
super.description,
super.title,
required super.inputSchema,
super.outputSpec,
super.outputSchema,
super.thumbnailUrl,
super.defs,
super.pricing,
super.supportsContext,
});