MCPcopy Create free account
hub / github.com/aetherstate/GODMOD3.AI / handleSave

Function handleSave

SettingsModal.tsx:300–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298 }, [customSystemPrompt])
299
300 const handleSave = () => {
301 setCustomSystemPrompt(localPrompt)
302 setSaved(true)
303 setTimeout(() => setSaved(false), 2000)
304 }
305
306 const handleReset = () => {
307 resetSystemPromptToDefault()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected