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

Function chatBody

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

Source from the content-addressed store, hash-verified

83}
84
85const chatBody = (extra = {}) => ({ model: 'llama3.2', messages: [{ role: 'user', content: 'hi' }], ...extra });
86
87test('Ollama /api/chat (non-stream) — native passthrough + usage/finish from eval counts', async () => {
88 await withServer(async ({ call, readRows }) => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected