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

Function fillPromptDefaults

packages/server-e2e/src/client.ts:154–156  ·  view source on GitHub ↗
(input: PromptSubmitInput)

Source from the content-addressed store, hash-verified

152}
153
154function fillPromptDefaults(input: PromptSubmitInput): PromptSubmission {
155 return { ...DEFAULT_PROMPT_CONTROLS, ...input };
156}
157
158export class DaemonClient {
159 readonly baseUrl: string;

Callers 2

submitPromptMethod · 0.85
submitAndWaitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected