aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/chatbot/tools/CreateDocumentTool.ts
diff options
context:
space:
mode:
authorA.J. Shulman <Shulman.aj@gmail.com>2025-04-04 11:38:42 -0400
committerA.J. Shulman <Shulman.aj@gmail.com>2025-04-04 11:38:42 -0400
commita0fb2f69b7024d0dbb1de3cc70bd8defea69afff (patch)
treec6b85a21d7296dba6993d3a7c508de9e92869011 /src/client/views/nodes/chatbot/tools/CreateDocumentTool.ts
parent7c797ff1d3c81a2fa2ec7b646444b1b5585bb357 (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.ts2
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',