Skip to content

Commit

Permalink
fix: langgenius#7222 docstrings (langgenius#7276)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuzooVn authored and cuiks committed Sep 2, 2024
1 parent b287091 commit fc9b0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/core/workflow/workflow_engine_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ def run_workflow(
:param workflow: Workflow instance
:param user_id: user id
:param user_from: user from
:param user_inputs: user variables inputs
:param system_inputs: system inputs, like: query, files
:param invoke_from: invoke from
:param callbacks: workflow callbacks
:param call_depth: call depth
:param variable_pool: variable pool
"""
# fetch workflow graph
graph = workflow.graph_dict
Expand Down

0 comments on commit fc9b0d4

Please sign in to comment.