MCPcopy Create free account
hub / github.com/simstudioai/sim / formatRespondLabel

Function formatRespondLabel

apps/sim/lib/copilot/tools/client/store-utils.ts:56–59  ·  view source on GitHub ↗
(state: ClientToolCallState)

Source from the content-addressed store, hash-verified

54}
55
56function formatRespondLabel(state: ClientToolCallState): string {
57 void state
58 return 'Gathering thoughts'
59}
60
61function readStringParam(
62 params: Record<string, unknown> | undefined,

Callers 1

specialToolDisplayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected