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

Method requireSummary

packages/node-sdk/src/session.ts:547–552  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

545 }
546
547 private requireSummary(): SessionSummary {
548 if (this.summary === undefined) {
549 throw new KimiError(ErrorCodes.SESSION_STATE_INVALID, 'Session summary is unavailable');
550 }
551 return this.summary;
552 }
553}
554
555function normalizePromptInput(input: string | PromptInput): PromptInput {

Callers 1

addAdditionalDirMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected