diff options
author | bobzel <zzzman@gmail.com> | 2024-05-17 10:39:25 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-05-17 10:39:25 -0400 |
commit | 38a382a03675d6a50ec7de75f05025efd093f570 (patch) | |
tree | 6512877beb3eebcb127dbc427b39a6f73f1292f6 /src/client/documents/DocumentTypes.ts | |
parent | 69e286b504c2f1bbef7d489dc675b9e54ef8d983 (diff) |
manually added ChatBox from aj-starter
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index b4ad9c17d..0520dc375 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -20,6 +20,7 @@ export enum DocumentType { WEBCAM = 'webcam', // webcam CONFIG = 'config', // configuration document intended to specify a view layout configuration, but not be directly rendered (e.g., for saving the page# of a PDF, or view transform of a collection) SCRIPTING = 'script', // script editor + CHAT = 'chat', // chat with GPT about files EQUATION = 'equation', // equation editor FUNCPLOT = 'funcplot', // function plotter MAP = 'map', |