This commit is contained in:
Mendon Kissling 2024-05-14 10:50:11 -04:00
commit 9e01e1bfb0

View file

@ -8,9 +8,13 @@ import Admonition from "@theme/Admonition";
In Langflow 1.0 alpha, the **Playground** replaces the **Integration Window**.
The **Playground** offers an interface for interacting with chat flows.
The **Playground** provides an interface for interacting with flows without opening them in the flow editor.
1. To use the **Playground**, from your **Collections** page, click **Playground** in one of your flows.
It even works for flows hosted on the Langflow store!
As long as you have a flow's environment variables set, you can run it by clicking the **Playground** button.
1. From your **Collections** page, click **Playground** in one of your flows.
The **Playground** window opens.
<ZoomableImage
@ -22,7 +26,4 @@ The **Playground** window opens.
style={{ width: "50%", maxWidth: "600px", margin: "0 auto" }}
/>
2. Chat with your bot as you normally would.
The Playground allows you to run flows without opening them in the flow editor.
This applies to the Langflow store, too - as long as you have your global environment variables set, you can run flows by clicking the **Playground** button.
2. Chat with your bot as you normally would, all without having to open the editor.