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

Function buildModPrompt

apps/webuiapps/src/components/Shell/modPrompt.ts:133–138  ·  view source on GitHub ↗
(availableApps: string[], characterDataJson: string)

Source from the content-addressed store, hash-verified

131 * Build the final mod generation prompt with actual data filled in.
132 */
133export function buildModPrompt(availableApps: string[], characterDataJson: string): string {
134 return MOD_GENERATION_PROMPT.replace('{AVAILABLE_APPS}', availableApps.join(', ')).replace(
135 '{CHARACTER_DATA}',
136 characterDataJson,
137 );
138}

Callers 1

ShellFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected