mrseanryan / gpt-workflow

Generate workflows (for flowcharts or low code) via LLM. Also describe workflow given in DOT.
MIT License
15 stars 0 forks source link

[Tech Debt] Try using LangChain - MULTI_PROMPT_ROUTER_TEMPLATE to avoid un-neccessary output #8

Open mrseanryan opened 1 year ago

mrseanryan commented 1 year ago

Bug: sometimes a Description is output, even though the user did not ask for it. Also, it is difficult to add more 'Commands' if some are executed when not needed.

Solution: LangChain and MULTI_PROMPT_ROUTER_TEMPLATE