Skip to content

Commit e6e49ff

Browse files
committed
Add comment for future work
1 parent 02de4e7 commit e6e49ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shiny/ui/_chat_bookmark.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ def set_chatlas_state(
8787

8888
assert isinstance(client, Chat)
8989

90+
# TODO-future: Use pydantic model for validation
91+
# instead of manual validation
9092
async def set_state(value: Jsonifiable) -> None:
9193

9294
if not isinstance(value, dict):

0 commit comments

Comments
 (0)