fix: add default values to WorkflowAppGenerator

This commit is contained in:
Yeuoly
2024-12-17 15:49:33 +08:00
parent 636dde94c7
commit 05232d36f0
3 changed files with 6 additions and 0 deletions

View File

@ -135,6 +135,7 @@ class PluginAppBackwardsInvocation(BaseBackwardsInvocation):
invoke_from=InvokeFrom.SERVICE_API,
streaming=stream,
call_depth=1,
workflow_thread_pool_id=None,
)
@classmethod