Skip to content

Commit b5d2f72

Browse files
chore: do not translation enum values description (#194)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> Co-authored-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 2423d3d commit b5d2f72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/TaskProcessing/ContextChatSearchTaskType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function getInputShape(): array {
6060
),
6161
'scopeType' => new ShapeDescriptor(
6262
$this->l->t('Scope type'),
63-
$this->l->t('none, provider'),
63+
'Any of the following values: "none", "provider".', // not translated as these are fixed values
6464
EShapeType::Text,
6565
),
6666
'scopeList' => new ShapeDescriptor(

lib/TaskProcessing/ContextChatTaskType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function getInputShape(): array {
6060
),
6161
'scopeType' => new ShapeDescriptor(
6262
$this->l->t('Scope type'),
63-
$this->l->t('none, source, provider'),
63+
'Any of the following values: "none", "source", "provider".', // not translated as these are fixed values
6464
EShapeType::Text,
6565
),
6666
'scopeList' => new ShapeDescriptor(

0 commit comments

Comments
 (0)