From 9e01e1bfb0e6f08fdfa613de6da15fac64a0f0f2 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 14 May 2024 10:50:11 -0400 Subject: [PATCH] cleanup --- docs/docs/administration/playground.mdx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/docs/administration/playground.mdx b/docs/docs/administration/playground.mdx index 6fe14e73f..a990ef2af 100644 --- a/docs/docs/administration/playground.mdx +++ b/docs/docs/administration/playground.mdx @@ -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. -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.