feat(bots): add platform event debugger

This commit is contained in:
RockChinQ
2026-08-26 19:46:59 +08:00
parent 7990d36c78
commit 3d692fa8db
12 changed files with 586 additions and 14 deletions
@@ -4,9 +4,10 @@ export interface GetBotLogsResponse {
}
export interface BotLog {
images: [];
images: string[];
level: string;
message_session_id: string;
metadata?: Record<string, unknown> | null;
seq_id: number;
text: string;
timestamp: number;