MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / submitPrompt

Method submitPrompt

packages/server-e2e/src/client.ts:309–311  ·  view source on GitHub ↗
(sid: string, input: PromptSubmitInput)

Source from the content-addressed store, hash-verified

307 return this.http.listMessages(sid, query);
308 }
309 submitPrompt(sid: string, input: PromptSubmitInput): Promise<PromptSubmitResult> {
310 return this.http.submitPrompt(sid, fillPromptDefaults(input));
311 }
312 /**
313 * Stateful-session submit — sends `body` to `POST /sessions/{sid}/prompts`
314 * verbatim, with NO default controls injected. Pair with

Callers 4

mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95

Calls 2

fillPromptDefaultsFunction · 0.85
submitPromptMethod · 0.65

Tested by

no test coverage detected