From 16e1f8085bd3c73cad03497e79502cc2adb8b0d9 Mon Sep 17 00:00:00 2001 From: liqun Date: Mon, 9 Sep 2024 10:32:57 +0800 Subject: [PATCH] add text attachment type --- taskweaver/memory/attachment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/taskweaver/memory/attachment.py b/taskweaver/memory/attachment.py index 183a5b70..427602f1 100644 --- a/taskweaver/memory/attachment.py +++ b/taskweaver/memory/attachment.py @@ -41,6 +41,7 @@ class AttachmentType(Enum): # Misc invalid_response = "invalid_response" + text = "text" # board info board = "board"