Commit 3635f5f
fix: add missing thinkingBlockOpen to AnthropicStreamState in tests
The AnthropicStreamState type requires thinkingBlockOpen but the test
objects at lines 250 and 350 were missing it, causing TS2741 errors.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 86b30d6 commit 3635f5f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
254 | 255 | | |
255 | 256 | | |
256 | 257 | | |
| |||
351 | 352 | | |
352 | 353 | | |
353 | 354 | | |
| 355 | + | |
354 | 356 | | |
355 | 357 | | |
356 | 358 | | |
| |||
0 commit comments