MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / clearHistory

Method clearHistory

scripts/auto-translate.mjs:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70
71 // Clear conversation history (keep system prompt)
72 clearHistory() {
73 this.messages = this.messages.filter((msg) => msg.role === "system");
74 }
75}
76
77async function getApiKey() {

Callers 1

processFileFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected