Skip to content

Commit

Permalink
Fix coral web unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tianjing-li committed Oct 28, 2024
1 parent 715fa4b commit e8b5e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/coral_web/src/app/(main)/(chat)/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit e8b5e19

Please sign in to comment.