MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / buildBody

Function buildBody

web/src/llm-api/__tests__/moonshot.test.ts:15–20  ·  view source on GitHub ↗
(body: MoonshotRequestBody)

Source from the content-addressed store, hash-verified

13}
14
15function buildBody(body: MoonshotRequestBody) {
16 return buildMoonshotRequestBody(
17 body as ChatCompletionRequestBody,
18 'moonshotai/kimi-k2.6',
19 )
20}
21
22describe('buildMoonshotRequestBody', () => {
23 it('enables preserved thinking by default for Kimi K2.6', () => {

Callers 1

moonshot.test.tsFile · 0.85

Calls 1

buildMoonshotRequestBodyFunction · 0.90

Tested by

no test coverage detected