| 70 | animation_duration, | 70 | animation_duration, |
| 71 | depth_prompt_role_default, | 71 | depth_prompt_role_default, |
| 72 | shouldAutoContinue, | 72 | shouldAutoContinue, |
| 73 | this_chid, | | |
| 74 | } from '../script.js'; | 73 | } from '../script.js'; |
| 75 | import { printTagList, createTagMapFromList, applyTagsOnCharacterSelect, tag_map, applyTagsOnGroupSelect } from './tags.js'; | 74 | import { printTagList, createTagMapFromList, applyTagsOnCharacterSelect, tag_map, applyTagsOnGroupSelect } from './tags.js'; |
| 76 | import { FILTER_TYPES, FilterHelper } from './filters.js'; | 75 | import { FILTER_TYPES, FilterHelper } from './filters.js'; |
| 77 | import { isExternalMediaAllowed } from './chats.js'; | 76 | import { isExternalMediaAllowed } from './chats.js'; |
| 78 | import { POPUP_TYPE, Popup, callGenericPopup } from './popup.js'; | 77 | import { POPUP_TYPE, Popup, callGenericPopup } from './popup.js'; |
| | 78 | import { t } from './i18n.js'; |
| 79 | | 79 | |
| 80 | export { | 80 | export { |
| 81 | selected_group, | 81 | selected_group, |