ChatTool constructor
const
ChatTool({})
Implementation
const ChatTool({
required this.name,
required this.description,
required this.parameters,
required this.execute,
this.requiresApproval = true,
});
const ChatTool({
required this.name,
required this.description,
required this.parameters,
required this.execute,
this.requiresApproval = true,
});