refactor(core): align runner naming with step vocabulary (#35227)

This commit is contained in:
Kit Langton
2026-07-03 15:41:50 -04:00
committed by GitHub
parent e66cbf36e9
commit 5d14c7a185
14 changed files with 47 additions and 50 deletions
@@ -354,7 +354,7 @@ Recent work
state: SessionMessage.ToolStateError.make({
status: "error",
input: { query: "Effect" },
error: { type: "unknown", message: "Provider turn interrupted" },
error: { type: "unknown", message: "Step interrupted" },
content: [],
structured: {},
}),
@@ -362,7 +362,7 @@ Recent work
}),
],
finish: "error",
error: { type: "unknown", message: "Provider turn interrupted" },
error: { type: "unknown", message: "Step interrupted" },
time: { created, completed: created },
}),
],
@@ -386,7 +386,7 @@ Recent work
result: {
type: "error",
value: {
error: { type: "unknown", message: "Provider turn interrupted" },
error: { type: "unknown", message: "Step interrupted" },
content: [],
structured: {},
},