| 466 | } |
| 467 | |
| 468 | interface RunTaskOptions { |
| 469 | taskTimeoutMs: number; |
| 470 | streamPublishMs: number; |
| 471 | streamIdleTimeoutMs: number; |
| 472 | } |
| 473 | |
| 474 | /** Cap on per-task `resultText` size — applies to live streaming and final state. */ |
| 475 | const STREAM_CAP = 4000; |
nothing calls this directly
no outgoing calls
no test coverage detected