| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { StreamDisplayFilter, stripThinkingForDisplay, stripLeakedToolTags, extractThinking } from '../src/llm/thinking.js'; |
| 3 | |
| 4 | /** Feed `chunks` through the filter one at a time and return the concatenated visible output. */ |
nothing calls this directly
no test coverage detected