| 90 | import { SlashCommand } from './slash-commands/SlashCommand.js'; | 91 | import { SlashCommand } from './slash-commands/SlashCommand.js'; |
| 91 | import { ARGUMENT_TYPE, SlashCommandArgument, SlashCommandNamedArgument } from './slash-commands/SlashCommandArgument.js'; | 92 | import { ARGUMENT_TYPE, SlashCommandArgument, SlashCommandNamedArgument } from './slash-commands/SlashCommandArgument.js'; |
| 92 | import { SlashCommandParser } from './slash-commands/SlashCommandParser.js'; | 93 | import { SlashCommandParser } from './slash-commands/SlashCommandParser.js'; |
| 93 | import { tag_map, tags } from './tags.js'; | 94 | import { tag_map, tags, importTags } from './tags.js'; |
| 94 | import { getTextGenServer, textgenerationwebui_settings } from './textgen-settings.js'; | 95 | import { getTextGenServer, textgenerationwebui_settings } from './textgen-settings.js'; |
| 95 | import { tokenizers, getTextTokens, getTokenCount, getTokenCountAsync, getTokenizerModel } from './tokenizers.js'; | 96 | import { tokenizers, getTextTokens, getTokenCount, getTokenCountAsync, getTokenizerModel } from './tokenizers.js'; |
| 96 | import { ToolManager } from './tool-calling.js'; | 97 | import { ToolManager } from './tool-calling.js'; |
| 97 | import { accountStorage } from './util/AccountStorage.js'; | 98 | import { accountStorage } from './util/AccountStorage.js'; |
| 98 | import { timestampToMoment, uuidv4 } from './utils.js'; | 99 | import { timestampToMoment, uuidv4, importFromExternalUrl } from './utils.js'; |
| 99 | import { addGlobalVariable, addLocalVariable, decrementGlobalVariable, decrementLocalVariable, deleteGlobalVariable, deleteLocalVariable, existsGlobalVariable, existsLocalVariable, getGlobalVariable, getLocalVariable, incrementGlobalVariable, incrementLocalVariable, setGlobalVariable, setLocalVariable } from './variables.js'; | 100 | import { addGlobalVariable, addLocalVariable, decrementGlobalVariable, decrementLocalVariable, deleteGlobalVariable, deleteLocalVariable, existsGlobalVariable, existsLocalVariable, getGlobalVariable, getLocalVariable, incrementGlobalVariable, incrementLocalVariable, setGlobalVariable, setLocalVariable } from './variables.js'; |
| 100 | import { convertCharacterBook, getWorldInfoPrompt, loadWorldInfo, reloadEditor, saveWorldInfo, updateWorldInfoList } from './world-info.js'; | 101 | import { convertCharacterBook, getWorldInfoPrompt, loadWorldInfo, reloadEditor, saveWorldInfo, updateWorldInfoList } from './world-info.js'; |
| 101 | import { ChatCompletionService, TextCompletionService } from './custom-request.js'; | 102 | import { ChatCompletionService, TextCompletionService } from './custom-request.js'; |