fix fetchChatDetails return type

This commit is contained in:
CREDO23 2025-10-23 19:28:51 +02:00 committed by thierryverse
parent d2f00fd328
commit 25dfcaee27

View file

@ -1,6 +1,6 @@
import type { Message } from "@ai-sdk/react";
import { useCallback, useEffect, useState } from "react";
import { Chat, type ChatDetails } from "@/app/dashboard/[search_space_id]/chats/chats-client";
import { type ChatDetails } from "@/app/dashboard/[search_space_id]/chats/chats-client";
import type { ResearchMode } from "@/components/chat";
import type { Document } from "@/hooks/use-documents";