sse events

This commit is contained in:
2026-05-29 16:27:55 +05:30
parent 034e0ad29a
commit 08057f370c
2 changed files with 8 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ export interface ResolveAmbiguityPayload {
export interface SSEEvent {
step: string;
status: "started" | "completed" | "paused";
status: "started" | "completed" | "skipped" | "paused";
message: string;
}