mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
fix: add default values to WorkflowAppGenerator
This commit is contained in:
@ -94,6 +94,8 @@ class AppGenerateService:
|
||||
args=args,
|
||||
invoke_from=invoke_from,
|
||||
streaming=streaming,
|
||||
call_depth=0,
|
||||
workflow_thread_pool_id=None,
|
||||
),
|
||||
),
|
||||
request_id,
|
||||
|
||||
Reference in New Issue
Block a user