remove iteration special logic

This commit is contained in:
takatost
2024-07-26 21:27:01 +08:00
parent 88dcd7b737
commit 0818b7b078
5 changed files with 29 additions and 158 deletions

View File

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