This commit is contained in:
CREDO23 2025-10-23 19:48:10 +02:00 committed by thierryverse
parent 58fed46567
commit 9007436ff6
9 changed files with 23 additions and 183 deletions

View file

@ -1,6 +1,6 @@
import type { Message } from "@ai-sdk/react";
import { useCallback, useEffect, useState } from "react";
import { 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";