Skip to content

Commit 7d47f97

Browse files
authored
fix: Sending error when extracting multiple forms and documents in the workflow (#2434)
1 parent badd722 commit 7d47f97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/application/flow/step_node/document_extract_node/impl/base_document_extract_node.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def bytes_to_uploaded_file(file_bytes, file_name="file.txt"):
4040
class BaseDocumentExtractNode(IDocumentExtractNode):
4141
def save_context(self, details, workflow_manage):
4242
self.context['content'] = details.get('content')
43-
self.answer_text = details.get('content')
4443

4544

4645
def execute(self, document, chat_id, **kwargs):

0 commit comments

Comments
 (0)