MCPcopy Create free account
hub / github.com/agent-tower/core / setSessionId

Function setSessionId

packages/server/src/output/utils/patch.ts:87–95  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

85 * 设置会话 ID
86 */
87export function setSessionId(sessionId: string): JsonPatch {
88 return [
89 {
90 op: 'add',
91 path: '/sessionId',
92 value: sessionId,
93 },
94 ]
95}
96
97/**
98 * 移除条目

Callers 8

handleEventMethod · 0.85
handleSystemMessageMethod · 0.85
handleMessageMethod · 0.85
handleStartFunction · 0.85
handleResetFunction · 0.85
DemoPageFunction · 0.85
handleStartFunction · 0.85
handleStopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected