feat: Rename to Agent Chat UI
This commit is contained in:
@@ -250,7 +250,7 @@ export function Thread() {
|
||||
>
|
||||
<LangGraphLogoSVG width={32} height={32} />
|
||||
<span className="text-xl font-semibold tracking-tight">
|
||||
Chat LangGraph
|
||||
Agent Chat
|
||||
</span>
|
||||
</motion.button>
|
||||
</div>
|
||||
@@ -308,7 +308,7 @@ export function Thread() {
|
||||
<div className="flex gap-3 items-center">
|
||||
<LangGraphLogoSVG className="flex-shrink-0 h-8" />
|
||||
<h1 className="text-2xl font-semibold tracking-tight">
|
||||
Chat LangGraph
|
||||
Agent Chat
|
||||
</h1>
|
||||
</div>
|
||||
)}
|
||||
|
||||
@@ -101,11 +101,11 @@ export const StreamProvider: React.FC<{ children: ReactNode }> = ({
|
||||
<div className="flex items-start flex-col gap-2">
|
||||
<LangGraphLogoSVG className="h-7" />
|
||||
<h1 className="text-xl font-semibold tracking-tight">
|
||||
Chat LangGraph
|
||||
Agent Chat
|
||||
</h1>
|
||||
</div>
|
||||
<p className="text-muted-foreground">
|
||||
Welcome to Chat LangGraph! Before you get started, you need to
|
||||
Welcome to Agent Chat! Before you get started, you need to
|
||||
enter the URL of the deployment and the assistant / graph ID.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user