MCPcopy
hub / github.com/simstudioai/sim / createPayload

Function createPayload

apps/sim/providers/vllm/index.test.ts:116–116  ·  view source on GitHub ↗
(callIndex: number)

Source from the content-addressed store, hash-verified

114
115/** Payload passed to the Nth `chat.completions.create` call. */
116const createPayload = (callIndex: number) => mockCreate.mock.calls[callIndex][0]
117
118describe('vllmProvider', () => {
119 beforeEach(() => {

Callers 1

index.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected