Commit 2f21cd3
committed
fix(sdk): drop invalid status field from mockChatAgent OOM-retry test
The TaskRunExecutionAttempt type only includes `number` and `startedAt`.
The `status: "EXECUTING"` field I included was invalid. tsc passed on
my local test runner (vitest uses esbuild, not tsc) but the typecheck
CI step caught it. Drop the field, keeping the override to just the two
supported keys.1 parent b4fb7a9 commit 2f21cd3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1526 | 1526 | | |
1527 | 1527 | | |
1528 | 1528 | | |
1529 | | - | |
| 1529 | + | |
1530 | 1530 | | |
1531 | 1531 | | |
1532 | 1532 | | |
| |||
0 commit comments