docs: fix pipeline_generator docstrings to reference pipeline instead of app_model (#40813)

This commit is contained in:
mesrop2008 2026-08-15 12:09:16 +00:00 committed by GitHub
parent 177edaa1c6
commit c2e68335d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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