| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { isMultiPartyThread, isDirectedAtAddie, isAddressedToAnotherUser, buildThreadStyleHint, buildThreadSummaryForRouter } from '../../src/addie/thread-utils.js'; |
| 3 | |
| 4 | const BOT_ID = 'UBOT123'; |
nothing calls this directly
no test coverage detected