(output: Output)
| 65 | renderToolUseProgressMessage, |
| 66 | renderToolResultMessage, |
| 67 | isResultTruncated(output: Output): boolean { |
| 68 | return isOutputLineTruncated(output) |
| 69 | }, |
| 70 | mapToolResultToToolResultBlockParam(content, toolUseID) { |
| 71 | return { |
| 72 | tool_use_id: toolUseID, |
nothing calls this directly
no test coverage detected