MCPcopy Create free account
hub / github.com/MiniMax-AI/OpenRoom / buildSessionPath

Function buildSessionPath

apps/webuiapps/src/lib/chatHistoryStorage.ts:26–28  ·  view source on GitHub ↗
(charId: string, modId: string)

Source from the content-addressed store, hash-verified

24
25/** Build session path segment from character and mod IDs */
26export function buildSessionPath(charId: string, modId: string): string {
27 return `${charId}/${modId}`;
28}
29
30const API_PATH = '/api/session-data';
31

Callers 1

ChatPanelFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected