Skip to content

Commit

Permalink
🐛 fix: clean deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Nov 17, 2023
1 parent 49bc109 commit bfb859f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"@emoji-mart/react": "^1",
"@floating-ui/react": "^0",
"@giscus/react": "^2",
"@lobehub/chat-plugin-sdk": "latest",
"@lobehub/emojilib": "latest",
"@react-spring/web": "^9",
"@splinetool/react-spline": "^2.2.6",
Expand Down
4 changes: 1 addition & 3 deletions src/types/chatMessage.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { PluginRequestPayload } from '@lobehub/chat-plugin-sdk';

import { ErrorType } from './error';
import { LLMRoleType } from './llm';
import { BaseDataModel } from './meta';
Expand Down Expand Up @@ -36,7 +34,7 @@ export interface ChatMessage extends BaseDataModel {

parentId?: string;

plugin?: PluginRequestPayload;
plugin?: any;

// 引用
quotaId?: string;
Expand Down

0 comments on commit bfb859f

Please sign in to comment.