From d6c7352345d6f095e1206d429bd9d3fe647dc31b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 19:30:28 +0000 Subject: [PATCH] docs: update docs from notion (#2951) Update docs from Notion Co-authored-by: lucaseduoli --- docs/docs/Settings/settings-global-variables.md | 2 +- docs/docs/Workspace/workspace-api.md | 4 ++-- docs/docs/Workspace/workspace-playground.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/Settings/settings-global-variables.md b/docs/docs/Settings/settings-global-variables.md index b07095ffe..33d727757 100644 --- a/docs/docs/Settings/settings-global-variables.md +++ b/docs/docs/Settings/settings-global-variables.md @@ -112,5 +112,5 @@ The default list of variables includes the ones below and more: - VECTARA_CORPUS_ID - VECTARA_API_KEY - + diff --git a/docs/docs/Workspace/workspace-api.md b/docs/docs/Workspace/workspace-api.md index 292d3cb8a..74cacee44 100644 --- a/docs/docs/Workspace/workspace-api.md +++ b/docs/docs/Workspace/workspace-api.md @@ -36,7 +36,7 @@ The **Python Code** tab displays code to interact with your flow's `.json` f The **Tweaks** tab displays the available parameters for your flow. Modifying the parameters changes the code parameters across all windows. For example, changing the **Chat Input** component's `input_value` will change that value across all API calls. - + ## Chat Widget {#48f121a6cb3243979a341753da0c2700} @@ -66,7 +66,7 @@ Clicking the Chat Widget HTML tab, you'll get the code to be inserted. Read belo The Chat Widget can be embedded into any HTML page, inside a `` tag, as demonstrated in the video below. - + ### Embed your flow with React {#fe5d3b1c42e74e4c84ebc9d1799b7665} diff --git a/docs/docs/Workspace/workspace-playground.md b/docs/docs/Workspace/workspace-playground.md index 65a8575af..bca877810 100644 --- a/docs/docs/Workspace/workspace-playground.md +++ b/docs/docs/Workspace/workspace-playground.md @@ -27,7 +27,7 @@ Notice how the **Playground's** window arrangement changes depending on what com You can also open a flow's **Playground** without entering its workspace. From **My Collections** or **Langflow Store**, click the **Playground** in one of the projects card. - + ## Memory Management {#821a5ee2a8a44d35b49943cba630511c}