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 a51b7a1 commit 8b45e06Copy full SHA for 8b45e06
components/message.tsx
@@ -3,7 +3,7 @@ import cx from 'classnames';
3
import { AnimatePresence, motion } from 'framer-motion';
4
import { memo, useState } from 'react';
5
import type { Vote } from '@/lib/db/schema';
6
-import { DocumentToolCall, DocumentToolResult } from './document';
+import { DocumentToolResult } from './document';
7
import { PencilEditIcon, SparklesIcon } from './icons';
8
import { Response } from './elements/response';
9
import { MessageContent } from './elements/message';
0 commit comments