Fix undefined type references

This commit is contained in:
Cohee
2025-03-19 21:26:38 +02:00
parent df5b79a1a4
commit af0939038b
2 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import { DOMPurify, Popper } from '../lib.js';
import { event_types, eventSource, is_send_press, main_api, substituteParams } from '../script.js';
import { is_group_generating } from './group-chats.js';
import { Message, TokenHandler } from './openai.js';
import { Message, MessageCollection, TokenHandler } from './openai.js';
import { power_user } from './power-user.js';
import { debounce, waitUntilCondition, escapeHtml } from './utils.js';
import { debounce_timeout } from './constants.js';