diff --git a/api/services/workflow/nested_node_graph_service.py b/api/services/workflow/nested_node_graph_service.py index 614a672a68..a5c252f973 100644 --- a/api/services/workflow/nested_node_graph_service.py +++ b/api/services/workflow/nested_node_graph_service.py @@ -100,9 +100,10 @@ class NestedNodeGraphService: { "role": "system", "text": "Extract the required parameter value from the conversation context above.", + "skill": False, }, {"$context": context_source}, - {"role": "user", "text": ""}, + {"role": "user", "text": "", "skill": False}, ] structured_output = {