(card: ToolResultCard)
| 295 | } |
| 296 | |
| 297 | function shouldUseHeavyPayload(card: ToolResultCard): boolean { |
| 298 | return isReadTool(card.tool) || isEditTool(card.tool) || isWriteTool(card.tool); |
| 299 | } |
| 300 | |
| 301 | function unmountPayload(): void { |
| 302 | unmountCurrentPayload(); |
no test coverage detected