fix(ContextAgent): Do not translate the name ContextAgent

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2025-04-14 08:14:14 +02:00 committed by backportbot[bot]
parent 997ea5e34f
commit af3a543e35

View file

@ -39,7 +39,7 @@ class ContextAgentInteraction implements ITaskType {
* @since 31.0.0
*/
public function getName(): string {
return $this->l->t('ContextAgent');
return 'ContextAgent'; // We do not translate this
}
/**