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 fa8f03d commit 4f97ea1Copy full SHA for 4f97ea1
chat/state.py
@@ -59,7 +59,7 @@ def set_chat(self, chat_name: str):
59
"""
60
self.current_chat = chat_name
61
62
- @rx.var
+ @rx.var(cache=True)
63
def chat_titles(self) -> list[str]:
64
"""Get the list of chat titles.
65
0 commit comments