()
| 27 | return url; |
| 28 | } |
| 29 | export function renderToolUseProgressMessage(): React.ReactNode { |
| 30 | return <MessageResponse height={1}> |
| 31 | <Text dimColor>Fetching…</Text> |
| 32 | </MessageResponse>; |
| 33 | } |
| 34 | export function renderToolResultMessage({ |
| 35 | bytes, |
| 36 | code, |
nothing calls this directly
no outgoing calls
no test coverage detected