From d2cecd7de16a59e2a4363a092279aeddaaa82200 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:56:44 -0400 Subject: [PATCH] io-components --- docs/docs/administration/playground.mdx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/docs/administration/playground.mdx b/docs/docs/administration/playground.mdx index a5bf3a8e1..a00d07d3c 100644 --- a/docs/docs/administration/playground.mdx +++ b/docs/docs/administration/playground.mdx @@ -38,4 +38,16 @@ As long as you have a flow's environment variables set, you can run it by clicki ## Playground I/O -The playground is \ No newline at end of file +The playground's appearance changes depending on what components are in your canvas. + +Adding or removing any of the below components modifies your Playground so you can monitor the inputs and outputs. + +* Chat Input +* Text Input +* Chat Output +* Text Output +* Records Output +* Inspect Memory + +You can also select **Options** > **Logs** to see your flow's logs. +