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 b83320c commit 4291e4bCopy full SHA for 4291e4b
pkg-py/src/querychat/__init__.py
@@ -1,7 +1,6 @@
1
from querychat._greeting import greeting
2
-from querychat.querychat import QueryChat, init
+from querychat.querychat import QueryChat, init, sidebar, system_prompt
3
from querychat.querychat import mod_server as server
4
from querychat.querychat import mod_ui as ui
5
-from querychat.querychat import sidebar, system_prompt
6
7
__all__ = ["QueryChat", "greeting", "init", "server", "sidebar", "system_prompt", "ui"]
0 commit comments