We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2cb7ca commit 38c630cCopy full SHA for 38c630c
frontend/app/[locale]/chat/components/chatInput.tsx
@@ -23,7 +23,7 @@ import { useConfig } from "@/hooks/useConfig";
23
import { extractColorsFromUri } from "@/lib/avatar";
24
import log from "@/lib/logger";
25
import { chatConfig } from "@/const/chatConfig";
26
-import { FilePreview } from "@/types/chat";
+import { FilePreview, Agent } from "@/types/chat";
27
28
import { ChatAgentSelector } from "./chatAgentSelector";
29
0 commit comments