diff options
author | A.J. Shulman <Shulman.aj@gmail.com> | 2025-04-04 11:38:42 -0400 |
---|---|---|
committer | A.J. Shulman <Shulman.aj@gmail.com> | 2025-04-04 11:38:42 -0400 |
commit | a0fb2f69b7024d0dbb1de3cc70bd8defea69afff (patch) | |
tree | c6b85a21d7296dba6993d3a7c508de9e92869011 /src/client/views/nodes/chatbot/tools/CreateDocumentTool.ts | |
parent | 7c797ff1d3c81a2fa2ec7b646444b1b5585bb357 (diff) |
feat: create and edit are unified
Diffstat (limited to 'src/client/views/nodes/chatbot/tools/CreateDocumentTool.ts')
-rw-r--r-- | src/client/views/nodes/chatbot/tools/CreateDocumentTool.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/chatbot/tools/CreateDocumentTool.ts b/src/client/views/nodes/chatbot/tools/CreateDocumentTool.ts index 284879a4a..b3bf6dfb2 100644 --- a/src/client/views/nodes/chatbot/tools/CreateDocumentTool.ts +++ b/src/client/views/nodes/chatbot/tools/CreateDocumentTool.ts @@ -9,7 +9,7 @@ import { CollectionViewType } from '../../../../documents/DocumentTypes'; */ export enum supportedDocTypes { flashcard = 'flashcard', - text = 'text', + note = 'note', html = 'html', equation = 'equation', functionplot = 'functionplot', |