mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-06-15 07:14:08 +00:00
5 lines
137 B
Python
5 lines
137 B
Python
"""Shared WebUI metadata keys."""
|
|
|
|
WEBUI_TURN_METADATA_KEY = "webui_turn_id"
|
|
WEBUI_MESSAGE_SOURCE_METADATA_KEY = "_webui_message_source"
|