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

Method startTurn

packages/runtime/src/runtime-kernel.ts:125–125  ·  view source on GitHub ↗
(
    sessionId: string,
    input: UserMessageInput,
    options?: TurnStartOptions,
  )

Source from the content-addressed store, hash-verified

123 operation: () => Promise<T> | T,
124 ): Promise<T>;
125 startTurn(
126 sessionId: string,
127 input: UserMessageInput,
128 options?: TurnStartOptions,

Callers 5

preparePromptMethod · 0.65
sendMessageMethod · 0.65
runTurnFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected