supportsProgress method
Mark tool as supporting progress
Implementation
ToolAnnotationBuilder supportsProgress([bool value = true]) {
_annotations[ToolAnnotationKeys.supportsProgress] = value;
return this;
}
Mark tool as supporting progress
ToolAnnotationBuilder supportsProgress([bool value = true]) {
_annotations[ToolAnnotationKeys.supportsProgress] = value;
return this;
}