custom method
Add custom annotation
Implementation
ToolAnnotationBuilder custom(String key, dynamic value) {
_annotations[key] = value;
return this;
}
Add custom annotation
ToolAnnotationBuilder custom(String key, dynamic value) {
_annotations[key] = value;
return this;
}