mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-21 07:02:25 +02:00
853 B
853 B
Invoke Assistant
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.
- The LangGraph Studio UI displays a visualization of the selected assistant.
- In the top-left dropdown menu of the left-hand pane, select an assistant.
- In the bottom of the left-hand pane, edit the
InputandConfigurethe assistant. - Select
Submitto invoke the selected assistant.
- View output of the invocation in the right-hand pane.
The following video shows these exact steps being carried out: