mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
remove iteration special logic
This commit is contained in:
@ -99,6 +99,7 @@ class AppGenerateService:
|
||||
node_id: str,
|
||||
args: Any,
|
||||
streaming: bool = True):
|
||||
# TODO
|
||||
if app_model.mode == AppMode.ADVANCED_CHAT.value:
|
||||
workflow = cls._get_workflow(app_model, InvokeFrom.DEBUGGER)
|
||||
return AdvancedChatAppGenerator().single_iteration_generate(
|
||||
|
||||
Reference in New Issue
Block a user