|
|
|
|
@ -46,6 +46,7 @@ class SummaryTaskType implements ITaskType { |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @inheritDoc |
|
|
|
|
* @since 27.1.0 |
|
|
|
|
*/ |
|
|
|
|
public function getName(): string { |
|
|
|
|
return $this->l->t('Summarize'); |
|
|
|
|
@ -53,6 +54,7 @@ class SummaryTaskType implements ITaskType { |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @inheritDoc |
|
|
|
|
* @since 27.1.0 |
|
|
|
|
*/ |
|
|
|
|
public function getDescription(): string { |
|
|
|
|
return $this->l->t('Summarizes text by reducing its length without losing key information.'); |
|
|
|
|
|