MCPcopy Create free account
hub / github.com/apache/maka / stopSession

Method stopSession

packages/runtime/src/runtime-kernel.ts:146–146  ·  view source on GitHub ↗
(sessionId: string, input?: StopSessionInput)

Source from the content-addressed store, hash-verified

144 execution?: RuntimeExecutionClaim,
145 ): AsyncIterable<SessionEvent>;
146 stopSession(sessionId: string, input?: StopSessionInput): Promise<void>;
147 respondToSandboxBoundary(sessionId: string, response: SandboxBoundaryResponse): Promise<void>;
148 listActiveInteractions?(sessionId: string): ActiveInteractionRequestEvent[];
149 respondToUserQuestion?(sessionId: string, response: UserQuestionResponse): Promise<void>;

Implementers 2

RuntimeKernelpackages/runtime/src/runtime-kernel.ts
DelegatingRuntimeKernelpackages/runtime/src/__tests__/session

Calls

no outgoing calls

Tested by 2

stopSessionMethod · 0.52
createFixtureFunction · 0.52