fix(webui): drop legacy automation setup state

This commit is contained in:
chengyongru
2026-06-16 00:26:06 +08:00
parent 87aaf8991a
commit e6957de622
15 changed files with 20 additions and 111 deletions
-3
View File
@@ -114,9 +114,6 @@ export interface SessionAutomationJob {
payload: {
message: string;
kind?: "agent_turn" | "system_event" | string;
session_key?: string | null;
origin_channel?: string | null;
origin_chat_id?: string | null;
};
state: {
next_run_at_ms?: number | null;