Merge pull request #15 from langchain-ai/dqbd/update-types

feat: update types, refine ui sdk
This commit is contained in:
David Duong
2025-03-05 21:28:40 +01:00
committed by GitHub
12 changed files with 66 additions and 56 deletions

View File

@@ -4,7 +4,7 @@ import { type Message } from "@langchain/langgraph-sdk";
import type {
UIMessage,
RemoveUIMessage,
} from "@langchain/langgraph-sdk/react-ui/types";
} from "@langchain/langgraph-sdk/react-ui";
import { useQueryParam, StringParam } from "use-query-params";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";