mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: The form node cannot be used (#3514)
This commit is contained in:
parent
c7d1ba6a73
commit
f370840e8b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue