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

Interface EditableStage

apps/webuiapps/src/components/ChatPanel/ModPanel.tsx:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188// ---------------------------------------------------------------------------
189
190interface EditableStage {
191 stage_name: string;
192 stage_description: string;
193 targets: { id: number; description: string }[];
194}
195
196function configToEditable(config: ModConfig): EditableStage[] {
197 return Object.values(config.stages)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected