MCPcopy Create free account
hub / github.com/Noumena-Network/code / getRestoreOptionConversationText

Function getRestoreOptionConversationText

src/components/MessageSelector.tsx:403–416  ·  view source on GitHub ↗
(option: RestoreOption)

Source from the content-addressed store, hash-verified

401 </Box>;
402}
403function getRestoreOptionConversationText(option: RestoreOption): string {
404 switch (option) {
405 case 'summarize':
406 return 'Messages after this point will be summarized.';
407 case 'summarize_up_to':
408 return 'Preceding messages will be summarized. This and subsequent messages will remain unchanged — you will stay at the end of the conversation.';
409 case 'both':
410 case 'conversation':
411 return 'The conversation will be forked.';
412 case 'code':
413 case 'nevermind':
414 return 'The conversation will be unchanged.';
415 }
416}
417function RestoreOptionDescription(t0) {
418 const $ = _c(11);
419 const {

Callers 1

RestoreOptionDescriptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected