| 104 | 104 | import { accountStorage } from './util/AccountStorage.js'; |
| 105 | 105 | import { timestampToMoment, uuidv4, importFromExternalUrl } from './utils.js'; |
| 106 | 106 | import { addGlobalVariable, addLocalVariable, decrementGlobalVariable, decrementLocalVariable, deleteGlobalVariable, deleteLocalVariable, existsGlobalVariable, existsLocalVariable, getGlobalVariable, getLocalVariable, incrementGlobalVariable, incrementLocalVariable, setGlobalVariable, setLocalVariable } from './variables.js'; |
| 107 | 107 | import { convertCharacterBook, getWorldInfoPrompt, loadWorldInfo, reloadEditor, saveWorldInfo, updateWorldInfoList, world_names } from './world-info.js'; |
| 108 | 108 | import { ChatCompletionService, TextCompletionService } from './custom-request.js'; |
| 109 | 109 | import { ConnectionManagerRequestService } from './extensions/shared.js'; |
| 110 | 110 | import { updateReasoningUI, parseReasoningFromString, getReasoningTemplateByName } from './reasoning.js'; |