From e38c30a434723015ec77f841ded367a57f8ee3b3 Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Thu, 3 Apr 2025 00:44:38 +0200 Subject: [PATCH] Other docstring changes --- libs/prebuilt/langgraph/prebuilt/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/prebuilt/langgraph/prebuilt/ui.py b/libs/prebuilt/langgraph/prebuilt/ui.py index df4e2bb51..711b85e45 100644 --- a/libs/prebuilt/langgraph/prebuilt/ui.py +++ b/libs/prebuilt/langgraph/prebuilt/ui.py @@ -37,7 +37,7 @@ class RemoveUIMessage(TypedDict): Attributes: type: Literal type indicating this is a remove-ui message. - id: Unique identifier of the UI component to remove. + id: Unique identifier of the UI message to remove. """ type: Literal["remove-ui"]