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 3ddce5f commit 38cbddeCopy full SHA for 38cbdde
apps/webapp/app/components/AskAI.tsx
@@ -5,7 +5,7 @@ import {
5
HandThumbUpIcon,
6
StopIcon,
7
} from "@heroicons/react/20/solid";
8
-import { KapaProvider, useChat } from "@kapaai/react-sdk";
+import { KapaProvider, QA, useChat } from "@kapaai/react-sdk";
9
import { useSearchParams } from "@remix-run/react";
10
import { motion } from "framer-motion";
11
import { marked } from "marked";
@@ -165,7 +165,7 @@ function ChatMessages({
165
error,
166
addFeedback,
167
}: {
168
- conversation: any[];
+ conversation: QA[];
169
isPreparingAnswer: boolean;
170
isGeneratingAnswer: boolean;
171
onReset: () => void;
0 commit comments