We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02de4e7 commit e6e49ffCopy full SHA for e6e49ff
shiny/ui/_chat_bookmark.py
@@ -87,6 +87,8 @@ def set_chatlas_state(
87
88
assert isinstance(client, Chat)
89
90
+ # TODO-future: Use pydantic model for validation
91
+ # instead of manual validation
92
async def set_state(value: Jsonifiable) -> None:
93
94
if not isinstance(value, dict):
0 commit comments