Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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. */
116
const
createPayload = (callIndex: number) => mockCreate.mock.calls[callIndex][0]
117
118
describe(
'vllmProvider'
, () => {
119
beforeEach(() => {
Callers
1
index.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected