From 971d107574031885c17c339d39c4fd813682cc02 Mon Sep 17 00:00:00 2001 From: "A.J. Shulman" Date: Fri, 20 Dec 2024 15:45:01 -0500 Subject: working new tool --- src/client/views/nodes/chatbot/tools/CreateAnyDocTool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/views/nodes/chatbot/tools/CreateAnyDocTool.ts') diff --git a/src/client/views/nodes/chatbot/tools/CreateAnyDocTool.ts b/src/client/views/nodes/chatbot/tools/CreateAnyDocTool.ts index 36f133503..5f3af8296 100644 --- a/src/client/views/nodes/chatbot/tools/CreateAnyDocTool.ts +++ b/src/client/views/nodes/chatbot/tools/CreateAnyDocTool.ts @@ -16,7 +16,7 @@ const supportedDocumentTypes: supportedDocumentTypesType[] = ['text', 'html', 'e const documentTypesInfo = { text: { options: ['title', 'backgroundColor', 'fontColor', 'text_align', 'layout'], - dataDescription: 'The text content of the document.', + dataDescription: 'The text content of the text document. Should contain all the text content.', }, html: { options: ['title', 'backgroundColor', 'layout'], -- cgit v1.2.3-70-g09d2