MCPcopy Create free account
hub / github.com/freecodexyz/free-code / renderToolUseProgressMessage

Function renderToolUseProgressMessage

src/tools/WebFetchTool/UI.tsx:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 return url;
28}
29export function renderToolUseProgressMessage(): React.ReactNode {
30 return <MessageResponse height={1}>
31 <Text dimColor>Fetching…</Text>
32 </MessageResponse>;
33}
34export function renderToolResultMessage({
35 bytes,
36 code,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected