- **Caution:**
- While this should work most of the time, it might not work for all flows. You might need to update the Chain or Agent component to the latest version. Please let us know if you encounter any issues.
+
+ While this should work most of the time, it might not work for all flows.
+ You might need to update the Chain or Agent component to the latest version.
+ Please let us know if you encounter any issues.
+
1. **Check if your flow ends with a Chain or Agent component**.
- - If it does not, it *should* work as it is because it probably was not a chat flow.
+ - If it does not, it _should_ work as it is because it probably was not a chat flow.
2. **Add a Runnable Executor**.
- - Add a Runnable Executor to the end of your flow.
- - Connect the last component (a Chain or an Agent) in your flow to the Runnable Executor.
+ - Add a Runnable Executor to the end of your flow.
+ - Connect the last component (a Chain or an Agent) in your flow to the Runnable Executor.
3. **Add a Chat Input and a Chat Output**.
- - Add a Chat Input and a Chat Output to your flow.
- - Connect the Chat Input to the Runnable Executor.
- - Connect the Chat Output to the Runnable Executor.
-
-{/* Add picture of the flow */}
-
+ - Add a Chat Input and a Chat Output to your flow.
+ - Connect the Chat Input to the Runnable Executor.
+ - Connect the Chat Output to the Runnable Executor.
+
+