sse events
This commit is contained in:
@@ -82,7 +82,7 @@ export interface ResolveAmbiguityPayload {
|
||||
|
||||
export interface SSEEvent {
|
||||
step: string;
|
||||
status: "started" | "completed" | "paused";
|
||||
status: "started" | "completed" | "skipped" | "paused";
|
||||
message: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user