Fix message types

This commit is contained in:
Will Chen
2025-04-18 12:04:37 -07:00
parent ebf8743778
commit db7ac39c97
7 changed files with 33 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import type { Message } from "ai";
import type { Message } from "@/ipc/ipc_types";
import { atom } from "jotai";
import type { ChatSummary } from "@/lib/schemas";