| 1 | import { describe, expect, it } from 'bun:test' |
| 2 | import type { ContentBlockParam } from '@anthropic-ai/sdk/resources/messages.mjs' |
| 3 | import { extractInboundMessageFields } from './inboundMessages.js' |
| 4 |
nothing calls this directly
no test coverage detected