fix: The form node cannot be used (#3514)

This commit is contained in:
shaohuzhang1 2025-07-08 17:56:11 +08:00 committed by GitHub
parent c7d1ba6a73
commit f370840e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -241,8 +241,8 @@ class ChatSerializers(serializers.Serializer):
WorkFlowPostHandler(chat_info),
base_to_response, form_data, image_list, document_list, audio_list,
other_list,
self.data.get('runtime_node_id'),
self.data.get('node_data'), chat_record, self.data.get('child_node'))
instance.get('runtime_node_id'),
instance.get('node_data'), chat_record, instance.get('child_node'))
r = work_flow_manage.run()
return r