MCPcopy Create free account
hub / github.com/TanStack/ai / createClientResult

Function createClientResult

testing/panel/src/lib/simulator-tools.ts:160–163  ·  view source on GitHub ↗
(
  toolName: string,
  args: { text?: string; delay?: number },
)

Source from the content-addressed store, hash-verified

158
159// Helper to create client tool result
160export const createClientResult = (
161 toolName: string,
162 args: { text?: string; delay?: number },
163) => createResult(toolName, 'client', args)

Callers 1

simulator.tsxFile · 0.90

Calls 1

createResultFunction · 0.70

Tested by

no test coverage detected