fix: StepOutput.sessionId → string | null, legacy fallback → null

This commit is contained in:
2026-05-22 09:16:13 +00:00
parent 7ff90cef4f
commit f0f840e6e0
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ export type StepOutput = {
thread: ThreadId;
head: CasRef;
done: boolean;
sessionId?: string;
sessionId: string | null;
};
/** uwf thread steps — single step entry */