mirror of
https://github.com/langgenius/dify.git
synced 2026-09-08 02:43:49 +08:00
docs: fix pipeline_generator docstrings to reference pipeline instead of app_model (#40813)
This commit is contained in:
parent
177edaa1c6
commit
c2e68335d4
@ -388,7 +388,7 @@ class PipelineGenerator(BaseAppGenerator):
|
||||
"""
|
||||
Generate App response.
|
||||
|
||||
:param app_model: App
|
||||
:param pipeline: Pipeline
|
||||
:param workflow: Workflow
|
||||
:param node_id: the node id
|
||||
:param user: account or end user
|
||||
@ -490,7 +490,7 @@ class PipelineGenerator(BaseAppGenerator):
|
||||
"""
|
||||
Generate App response.
|
||||
|
||||
:param app_model: App
|
||||
:param pipeline: Pipeline
|
||||
:param workflow: Workflow
|
||||
:param node_id: the node id
|
||||
:param user: account or end user
|
||||
|
||||
Loading…
Reference in New Issue
Block a user