diff --git a/app/components/chat.tsx b/app/components/chat.tsx index f445107f..dfb982a8 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -5,7 +5,7 @@ import styles from "./chat.module.css"; import { AssistantStream } from "openai/lib/AssistantStream"; import Markdown from "react-markdown"; // @ts-expect-error - no types for this yet -import { AssistantStreamEvent } from "openai/resources/beta/assistants/assistants"; +import { AssistantStreamEvent } from "openai/resources/beta/assistants"; import { RequiredActionFunctionToolCall } from "openai/resources/beta/threads/runs/runs"; type MessageProps = {