I have an LLM chain which job is to change the style of a passage/sentence. I tested the chain, with the prompt and it works well.
Now I want to connect a Tool Agent so that the user receives the tool agent’s output that has its style changed. Is there any possible way of doing this within flowise?