Remove types entrypoint
This commit is contained in:
@@ -3,7 +3,7 @@ import {
|
|||||||
RemoveUIMessage,
|
RemoveUIMessage,
|
||||||
UIMessage,
|
UIMessage,
|
||||||
uiMessageReducer,
|
uiMessageReducer,
|
||||||
} from "@langchain/langgraph-sdk/react-ui/types";
|
} from "@langchain/langgraph-sdk/react-ui/server";
|
||||||
|
|
||||||
export const GenerativeUIAnnotation = Annotation.Root({
|
export const GenerativeUIAnnotation = Annotation.Root({
|
||||||
messages: MessagesAnnotation.spec["messages"],
|
messages: MessagesAnnotation.spec["messages"],
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import { type Message } from "@langchain/langgraph-sdk";
|
|||||||
import type {
|
import type {
|
||||||
UIMessage,
|
UIMessage,
|
||||||
RemoveUIMessage,
|
RemoveUIMessage,
|
||||||
} from "@langchain/langgraph-sdk/react-ui/types";
|
} from "@langchain/langgraph-sdk/react-ui";
|
||||||
import { useQueryParam, StringParam } from "use-query-params";
|
import { useQueryParam, StringParam } from "use-query-params";
|
||||||
import { Input } from "@/components/ui/input";
|
import { Input } from "@/components/ui/input";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
|
|||||||
Reference in New Issue
Block a user