mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-12 04:03:42 +08:00
Add support for MCP in export mode
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
declare global {
|
||||
const EXPORT_MODE: boolean;
|
||||
}
|
||||
|
||||
export type Updater<T> = (updater: (value: T) => void) => void;
|
||||
|
||||
export const ROLES = ["system", "user", "assistant"] as const;
|
||||
|
||||
Reference in New Issue
Block a user