BaseToolArgument constructor
BaseToolArgument({})
Implementation
BaseToolArgument({
required this.name,
required this.type,
required this.description,
this.isOptional = false,
this.constraints,
});
BaseToolArgument({
required this.name,
required this.type,
required this.description,
this.isOptional = false,
this.constraints,
});