Other docstring changes

This commit is contained in:
Tat Dat Duong
2025-04-03 14:13:26 +02:00
parent e41dea4cf9
commit e38c30a434
+1 -1
View File
@@ -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"]