diff --git a/src/components/thread/index.tsx b/src/components/thread/index.tsx index 49d96f4..f387f98 100644 --- a/src/components/thread/index.tsx +++ b/src/components/thread/index.tsx @@ -15,6 +15,7 @@ import { import { LangGraphLogoSVG } from "../icons/langgraph"; import { TooltipIconButton } from "./tooltip-icon-button"; import { ArrowDown, SquarePen } from "lucide-react"; +import { ArrowDown, LoaderCircle, SquarePen } from "lucide-react"; import { StringParam, useQueryParam } from "use-query-params"; import { StickToBottom, useStickToBottomContext } from "use-stick-to-bottom"; @@ -211,12 +212,19 @@ export function Thread() { />
- + {stream.isLoading ? ( + + ) : ( + + )}