mirror of https://github.com/langgenius/dify.git
fix: add question classifier type
add node type of question classifier in backward invocation
This commit is contained in:
parent
ba12960975
commit
9e3781b338
|
|
@ -102,6 +102,7 @@ class PluginNodeBackwardsInvocation(BaseBackwardsInvocation):
|
|||
instruction=instruction, # instruct with variables are not supported
|
||||
)
|
||||
node_data_dict = node_data.model_dump()
|
||||
node_data_dict["type"] = NodeType.QUESTION_CLASSIFIER
|
||||
execution = workflow_service.run_free_workflow_node(
|
||||
node_data_dict,
|
||||
tenant_id=tenant_id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue