summarize($this->getInput()); } public function canUseProvider(ILanguageModelProvider $provider): bool { return $provider instanceof ISummaryProvider; } public function getType(): string { return self::TYPE; } }