MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / toolMsg

Function toolMsg

test/phase-a.test.ts:101–103  ·  view source on GitHub ↗
(name: string, content: string, callId = 'c')

Source from the content-addressed store, hash-verified

99
100describe('dedupHistory', () => {
101 function toolMsg(name: string, content: string, callId = 'c'): Message {
102 return { role: 'tool', tool_call_id: callId, content, name } as Message;
103 }
104
105 function userMsg(text: string): Message {
106 return { role: 'user', content: text };

Callers 1

phase-a.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected