MCPcopy Index your code
hub / github.com/BlockRunAI/ClawRouter / uniqueMessage

Function uniqueMessage

test/fallback.ts:166–166  ·  view source on GitHub ↗
(base: string)

Source from the content-addressed store, hash-verified

164 // Helper to generate unique message content (prevents dedup cache hits)
165 let testCounter = 0;
166 const uniqueMessage = (base: string) => `${base} [test-${++testCounter}-${Date.now()}]`;
167 const reasoningPrompt = () => uniqueMessage("Prove step by step that sqrt(2) is irrational");
168
169 // Test 1: Primary model succeeds - no fallback needed

Callers 2

reasoningPromptFunction · 0.85
runTestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected