(option: RestoreOption)
| 401 | </Box>; |
| 402 | } |
| 403 | function 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 | } |
| 417 | function RestoreOptionDescription(t0) { |
| 418 | const $ = _c(11); |
| 419 | const { |
no outgoing calls
no test coverage detected