fix: add question classifier type

add node type of question classifier in backward invocation
This commit is contained in:
zhuzihao-hz 2026-02-16 11:16:19 +08:00
parent ba12960975
commit 9e3781b338
1 changed files with 1 additions and 0 deletions

View File

@ -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,