diff --git a/src/api/chat/types.ts b/src/api/chat/types.ts index b438a7b..57fb29e 100644 --- a/src/api/chat/types.ts +++ b/src/api/chat/types.ts @@ -32,7 +32,7 @@ export interface SendDTO { /** * 会话id */ - sessionId?: number; + sessionId?: string; /** * 是否开启流式对话 */ diff --git a/src/pages/chat/layouts/chatWithId/index.vue b/src/pages/chat/layouts/chatWithId/index.vue index 425d8e2..5c4f678 100644 --- a/src/pages/chat/layouts/chatWithId/index.vue +++ b/src/pages/chat/layouts/chatWithId/index.vue @@ -1,10 +1,11 @@