From 487157eafa3190dc5b02126aa6a113d08c42acbe Mon Sep 17 00:00:00 2001 From: Isaac Francisco <78627776+isahers1@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:48:37 -0700 Subject: [PATCH] typo fix (#1169) --- docs/docs/cloud/how-tos/invoke_studio.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/cloud/how-tos/invoke_studio.md b/docs/docs/cloud/how-tos/invoke_studio.md index 0a72a91dc..37d57e711 100644 --- a/docs/docs/cloud/how-tos/invoke_studio.md +++ b/docs/docs/cloud/how-tos/invoke_studio.md @@ -1,9 +1,9 @@ # Invoke Assistant -The LangGraph Studio lets you test different configurations and inputs to your graph. The UI allows you to see exactly how your +The LangGraph Studio lets you test different configurations and inputs to your graph. It also provides a nice visualization of your graph during execution so it is easy to see which nodes are being run and what the outputs of each individual node are. 1. The LangGraph Studio UI displays a visualization of the selected assistant. - 1. In the top-right dropdown menu of the left-hand pane, select an assistant. + 1. In the top-left dropdown menu of the left-hand pane, select an assistant. 1. In the bottom of the left-hand pane, edit the `Input` and `Configure` the assistant. 1. Select `Submit` to invoke the selected assistant. 1. View output of the invocation in the right-hand pane.