Skip to content

Commit 6a6696b

Browse files
committed
Clarify ExplanationRequestSerializer help_text (to be reverted)
1 parent a497676 commit 6a6696b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ansible_ai_connect/ai/api/serializers.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,7 @@ class ExplanationRequestSerializer(Metadata):
455455
format="hex_verbose",
456456
required=False,
457457
label="Explanation ID",
458-
help_text=(
459-
"A UUID that identifies the particular explanation data is being requested for."
460-
),
458+
help_text=("A unique identifier (UUID) for the explanation request."),
461459
default=None,
462460
)
463461
model = serializers.CharField(required=False, allow_blank=True, default="")

0 commit comments

Comments
 (0)