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 038ff02 commit 41df955Copy full SHA for 41df955
packages/jupyter-chat/src/components/messages/footer.tsx
@@ -7,7 +7,7 @@ import { Box } from '@mui/material';
7
import React from 'react';
8
9
import { useChatContext } from '../../context';
10
-import { IChatMessage } from '../../types';
+import { IMessageContent } from '../../types';
11
12
/**
13
* The chat footer component properties.
@@ -16,7 +16,7 @@ export interface IMessageFootersProps {
16
17
* The chat model.
18
*/
19
- message: IChatMessage;
+ message: IMessageContent;
20
}
21
22
0 commit comments