mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-20 13:41:30 +00:00
Gateway: add timeout session status
This commit is contained in:
@@ -364,7 +364,7 @@ export type AgentsFilesSetResult = {
|
||||
file: AgentFileEntry;
|
||||
};
|
||||
|
||||
export type SessionRunStatus = "running" | "done" | "failed" | "killed";
|
||||
export type SessionRunStatus = "running" | "done" | "failed" | "killed" | "timeout";
|
||||
|
||||
export type GatewaySessionRow = {
|
||||
key: string;
|
||||
|
||||
Reference in New Issue
Block a user