You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: en/use/webui.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,15 @@ You can enable or disable trace recording using the switch at the top of the pag
62
62
> [!NOTE]
63
63
> Currently only recording partial model call paths from AstrBot main Agent. More coverage will be added.
64
64
65
+
## ChatUI
66
+
67
+
The admin panel includes a built-in ChatUI for testing conversations with the bot. In ChatUI:
68
+
69
+
-**Copy Messages**: Click the copy button next to a message to copy the bot's reply. Supports copying composite messages including plain text, image placeholders, and audio placeholders.
70
+
-**Copy Code Blocks**: A one-click copy button is available at the top-right corner of code blocks.
71
+
72
+
The copy function automatically adapts to different browser environments, prioritizing synchronous copy methods for higher success rates. Toast notifications and button state feedback indicate copy success or failure.
73
+
65
74
## Updating the Admin Panel
66
75
67
76
When AstrBot starts, it automatically checks if the admin panel needs updating. If it does, the first log entry (in yellow) will prompt you.
0 commit comments