MCPcopy Create free account
hub / github.com/EvoMap/evolver / chatBody

Function chatBody

test/proxyChatCompletionsE2E.test.js:90–90  ·  view source on GitHub ↗
(extra = {})

Source from the content-addressed store, hash-verified

88}
89
90const chatBody = (extra = {}) => ({ model: 'gpt-4o', messages: [{ role: 'user', content: 'hi' }], ...extra });
91
92test('OpenAI Chat (/v1/chat/completions) — forwards to /chat/completions + usage/finish trace (non-stream)', async () => {
93 await withServer(async ({ call, readRows }) => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected