We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0901c3c commit 6161a28Copy full SHA for 6161a28
1 file changed
chatkit/types.py
@@ -860,6 +860,8 @@ class EntitySource(SourceBase):
860
"""Optional label shown with the icon in the default entity hover header
861
when no preview callback is provided.
862
"""
863
+ inline_label: str | None = None
864
+ """Optional label for the inline annotation view. When not provided, the icon is used instead."""
865
interactive: bool = False
866
"""Per-entity toggle to wire client callbacks and render this entity as interactive."""
867
data: dict[str, Any] = Field(default_factory=dict)
0 commit comments