From 18e8d334ed682799fbb9415b598fed831de4e899 Mon Sep 17 00:00:00 2001 From: Arjun Natarajan Date: Tue, 13 May 2025 16:48:07 -0400 Subject: [PATCH] nits to threads --- docs/docs/cloud/how-tos/threads_studio.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/cloud/how-tos/threads_studio.md b/docs/docs/cloud/how-tos/threads_studio.md index 600e8a43b..8e37be6dc 100644 --- a/docs/docs/cloud/how-tos/threads_studio.md +++ b/docs/docs/cloud/how-tos/threads_studio.md @@ -12,7 +12,7 @@ Studio allows you to view threads from the server and edit their state. 1. In the top of the right-hand pane, select the dropdown menu to view existing threads. 1. Select the desired thread, and the thread history will populate in the right-hand side of the page. -1. To create a new thread, select `+ New Thread`. +1. To create a new thread, click `+ New Thread` and [submit a run](../how-tos/invoke_studio.md#graph-mode). To view more granular information in the thread, drag the slider at the top of the page to the right. To view less information, drag the slider to the left. Additionally, collapse or expand individual turns, nodes, and keys of the state. @@ -21,7 +21,8 @@ Switch between `Pretty` and `JSON` mode for different rendering formats. ### Chat mode 1. View all threads in the right-hand pane of the page. -2. Click the plus button to create a new thread. +2. Select the desired thread and the thread history will populate in the center panel. +3. To create a new thread, click the plus button and [submit a run](../how-tos/invoke_studio.md#chat-mode). ## Edit thread history