()
| 24 | import { createIncrementalTextStreamer, hasLeadingThinking, splitLeadingThinkingBlocks, stripThinkingTags } from './streaming-text.js'; |
| 25 | |
| 26 | function msgId(): string { |
| 27 | return 'msg_' + uuidv4().replace(/-/g, '').substring(0, 24); |
| 28 | } |
| 29 | |
| 30 | function toolId(): string { |
| 31 | return 'toolu_' + uuidv4().replace(/-/g, '').substring(0, 24); |
no outgoing calls
no test coverage detected