From 647833dcaa0e3b90cb5c16d0c22e520d2d054e36 Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Thu, 13 Mar 2025 14:34:23 +0100 Subject: [PATCH] Separate segments --- docs/docs/cloud/how-tos/generative_ui_react.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/cloud/how-tos/generative_ui_react.md b/docs/docs/cloud/how-tos/generative_ui_react.md index 2940412d1..e5ba4b0e3 100644 --- a/docs/docs/cloud/how-tos/generative_ui_react.md +++ b/docs/docs/cloud/how-tos/generative_ui_react.md @@ -16,7 +16,7 @@ LangGraph Platform supports colocating your React components with your graph cod Currently only LangGraph.js supports Generative UI. Support for Python is coming soon. -## Quickstart +## Tutorial ### 1. Define and configure UI components @@ -214,7 +214,7 @@ By default `LoadExternalComponent` will use the `assistantId` from `useStream()` } ``` -### Access the thread state from the UI component +### Access and interact with the thread state from the UI component You can access the thread state from the UI component by using the `useStreamContext` hook.