lint
| @@ -75,7 +75,7 @@ import { Popup, POPUP_RESULT } from './popup.js'; | |||
| 75 | import { t } from './i18n.js'; | 75 | import { t } from './i18n.js'; |
| 76 | import { ToolManager } from './tool-calling.js'; | 76 | import { ToolManager } from './tool-calling.js'; |
| 77 | import { accountStorage } from './util/AccountStorage.js'; | 77 | import { accountStorage } from './util/AccountStorage.js'; |
| 78 | import {IGNORE_SYMBOL} from "./constants.js"; | 78 | import { IGNORE_SYMBOL } from './constants.js'; |
| 79 | 79 | ||
| 80 | export { | 80 | export { |
| 81 | openai_messages_count, | 81 | openai_messages_count, |