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