File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { AxiosInstance } from "axios" ;
2- import { RoomsSocket } from "../utils/socket-utils" ;
3- import { ModelFilterParams } from "../types" ;
2+ import { RoomsSocket } from "../utils/socket-utils.js " ;
3+ import { ModelFilterParams } from "../types.js " ;
44
55/**
66 * Reasoning information for an agent message.
Original file line number Diff line number Diff line change 88 AnalyticsModuleOptions ,
99 SessionContext ,
1010} from "./analytics.types" ;
11- import { getSharedInstance } from "../utils/sharedInstance" ;
11+ import { getSharedInstance } from "../utils/sharedInstance.js " ;
1212import type { AuthModule } from "./auth.types" ;
13- import { generateUuid } from "../utils/common" ;
13+ import { generateUuid } from "../utils/common.js " ;
1414
1515export const USER_HEARTBEAT_EVENT_NAME = "__user_heartbeat_event__" ;
1616export const ANALYTICS_CONFIG_ENABLE_URL_PARAM_KEY = "analytics-enable" ;
You can’t perform that action at this time.
0 commit comments