From 2e7587cb9670b37801d21a2ebe0325c4f41a4910 Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Fri, 7 Mar 2025 14:58:55 +0100 Subject: [PATCH] Rename to Chat LangGraph --- index.html | 2 +- src/components/thread/history/index.tsx | 2 +- src/components/thread/index.tsx | 8 ++++---- src/providers/Stream.tsx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 5084932..790eb70 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - LangGraph Chat + Chat LangGraph diff --git a/src/components/thread/history/index.tsx b/src/components/thread/history/index.tsx index f0e3169..62a88ee 100644 --- a/src/components/thread/history/index.tsx +++ b/src/components/thread/history/index.tsx @@ -97,7 +97,7 @@ export default function ThreadHistory() { variant="ghost" onClick={() => setChatHistoryOpen((p) => !p)} > - +

Thread History diff --git a/src/components/thread/index.tsx b/src/components/thread/index.tsx index fab269a..710144b 100644 --- a/src/components/thread/index.tsx +++ b/src/components/thread/index.tsx @@ -218,7 +218,7 @@ export function Thread() { variant="ghost" onClick={() => setChatHistoryOpen((p) => !p)} > - + )} @@ -233,7 +233,7 @@ export function Thread() { variant="ghost" onClick={() => setChatHistoryOpen((p) => !p)} > - + )} @@ -251,7 +251,7 @@ export function Thread() { > - LangGraph Chat + Chat LangGraph @@ -309,7 +309,7 @@ export function Thread() {

- LangGraph Chat + Chat LangGraph

)} diff --git a/src/providers/Stream.tsx b/src/providers/Stream.tsx index bd2911a..f1b9027 100644 --- a/src/providers/Stream.tsx +++ b/src/providers/Stream.tsx @@ -94,11 +94,11 @@ export const StreamProvider: React.FC<{ children: ReactNode }> = ({

- LangGraph Chat + Chat LangGraph

- Welcome to LangGraph Chat! Before you get started, you need to + Welcome to Chat LangGraph! Before you get started, you need to enter the URL of the deployment and the assistant / graph ID.