This commit is contained in:
marko-kraemer 2025-03-31 17:47:41 -07:00
parent b52fbcafb0
commit 8cf4c22f26
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ import { ChatInput } from '@/components/chat-input';
// Define a type for the params to make React.use() work properly
type ThreadParams = { id: string; threadId: string };
interface ApiMessage {
role: string;
content: string;