From e8b5e19121068aba730270c626609ceeb3f0c21d Mon Sep 17 00:00:00 2001 From: Tianjing Li Date: Mon, 28 Oct 2024 13:26:07 -0400 Subject: [PATCH] Fix coral web unit tests --- src/interfaces/coral_web/src/app/(main)/(chat)/Chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/coral_web/src/app/(main)/(chat)/Chat.tsx b/src/interfaces/coral_web/src/app/(main)/(chat)/Chat.tsx index 9b7018f9a7..c6c9fa10e5 100644 --- a/src/interfaces/coral_web/src/app/(main)/(chat)/Chat.tsx +++ b/src/interfaces/coral_web/src/app/(main)/(chat)/Chat.tsx @@ -2,7 +2,7 @@ import { useContext, useEffect } from 'react'; -import { Document, ToolDefinition } from '@/cohere-client'; +import { Document, ManagedTool } from '@/cohere-client'; import { ConnectDataModal } from '@/components/ConnectDataModal'; import Conversation from '@/components/Conversation'; import { ConversationError } from '@/components/ConversationError';