supportsProgress method

ToolAnnotationBuilder supportsProgress([
  1. bool value = true
])

Mark tool as supporting progress

Implementation

ToolAnnotationBuilder supportsProgress([bool value = true]) {
  _annotations[ToolAnnotationKeys.supportsProgress] = value;
  return this;
}