FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
31.4k stars 16.34k forks source link

[QUESTION] Connect two llm chains to a chain tool #2261

Open BrianMoreno1994 opened 6 months ago

BrianMoreno1994 commented 6 months ago

Hi everyone,

I currently have a flow that can either output an answer to the user's question or it can output a message saying it was unable to answer the user's question.

Screenshot 2024-04-25 at 2 51 00 p m

I'm trying to attach these two possible outputs to a chan tool which will then be attached to a conversational retrieval agent. Any idea on how I can go about this?

Thanks!

musuiot commented 6 months ago

use two chain Tools.