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

Function renderToolUseQueuedMessage

src/tools/PowerShellTool/UI.tsx:73–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 return <ShellProgressMessage fullOutput={data.fullOutput} output={data.output} elapsedTimeSeconds={data.elapsedTimeSeconds} totalLines={data.totalLines} totalBytes={data.totalBytes} timeoutMs={data.timeoutMs} taskId={data.taskId} verbose={verbose} />;
72}
73export function renderToolUseQueuedMessage(): React.ReactNode {
74 return <MessageResponse height={1}>
75 <Text dimColor>Waiting…</Text>
76 </MessageResponse>;
77}
78export function renderToolResultMessage(content: Out, progressMessagesForMessage: ProgressMessage<PowerShellProgress>[], {
79 verbose,
80 theme: _theme,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected