mirror of
https://github.com/HKUDS/OpenSpace.git
synced 2026-08-28 05:15:00 +00:00
9 lines
150 B
Python
9 lines
150 B
Python
"""Conversation-facing service namespace."""
|
|
|
|
__all__ = [
|
|
"attachments",
|
|
"compact",
|
|
"content_blocks",
|
|
"messages",
|
|
"side_query",
|
|
]
|