( block: BetaContentBlockParam, )
| 938 | } |
| 939 | |
| 940 | function isMedia( |
| 941 | block: BetaContentBlockParam, |
| 942 | ): block is BetaImageBlockParam | BetaRequestDocumentBlock { |
| 943 | return block.type === 'image' || block.type === 'document' |
| 944 | } |
| 945 | |
| 946 | function isToolResult( |
| 947 | block: BetaContentBlockParam, |
no outgoing calls
no test coverage detected