[docs]: restructuring (#834)

* restructuring

* spelling

* links

* restructuring

* edits

* Update docs/docs/cloud/concepts/index.md

* Update docs/docs/cloud/concepts/index.md

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
This commit is contained in:
Isaac Francisco
2024-06-26 20:21:43 -07:00
committed by GitHub
co-authored by Harrison Chase
parent a6e25ba7c1
commit 0bccc19a50
14 changed files with 136 additions and 108 deletions
+19
View File
@@ -0,0 +1,19 @@
# Interacting with Threads in Studio
## View Thread
1. In the top of the right-hand pane, select the `New Thread` dropdown menu to view existing threads.
1. View the state of the thread (i.e. the output) in the right-hand pane.
1. To create a new thread, select `+ New Thread`.
The following GIF shows these exact steps being carried out:
![Using LangGraph Studio](./img/studio_threads.gif)
## Edit Thread State
The LangGraph Studio UI contains features for editing thread state. Explore these features in the right-hand pane. Select the `Edit` icon, modify the desired state, and then select `Fork` to invoke the assistant with the updated state.
The following GIF shows how to edit a thread in the studio:
![Using LangGraph Studio](./img/studio_forks.gif)