Hi, currently, when a workflow is triggered from the editor component, the Pi process becomes idle, and you have to use the /workflow command to inspect the running workflow.
When workflows are used without the trigger being enabled, the LLM calls the tool itself and displays the workflow progress inline. In my opinion, this provides a much better experience.
I would prefer the editor-triggered workflow behavior to be more consistent with the normal workflow tool usage. Ideally, the Pi process would remain active while the workflow is running, so the interaction continues and users can queue additional prompts.
So the solution is to disable the trigger, but loses the nice animation.
A solution would be to have the trigger word enable the workflow tool, and prompts. Currently this extension adds a lot of system prompt tokens, all the time.
Hi, currently, when a workflow is triggered from the editor component, the Pi process becomes idle, and you have to use the
/workflowcommand to inspect the running workflow.When workflows are used without the trigger being enabled, the LLM calls the tool itself and displays the workflow progress inline. In my opinion, this provides a much better experience.
I would prefer the editor-triggered workflow behavior to be more consistent with the normal workflow tool usage. Ideally, the Pi process would remain active while the workflow is running, so the interaction continues and users can queue additional prompts.
So the solution is to disable the trigger, but loses the nice animation.
A solution would be to have the trigger word enable the workflow tool, and prompts. Currently this extension adds a lot of system prompt tokens, all the time.