diff --git a/components/aigc/chat/ChatItem.vue b/components/aigc/chat/ChatItem.vue
index a55474e..704d84e 100644
--- a/components/aigc/chat/ChatItem.vue
+++ b/components/aigc/chat/ChatItem.vue
@@ -33,7 +33,7 @@ const dayjs = useDayjs()
@@ -44,7 +44,7 @@ const dayjs = useDayjs()
\ No newline at end of file
diff --git a/components/aigc/chat/index.d.ts b/components/aigc/chat/index.d.ts
index ea22116..72ff54c 100644
--- a/components/aigc/chat/index.d.ts
+++ b/components/aigc/chat/index.d.ts
@@ -6,6 +6,7 @@ export interface ChatSession {
subject: string
create_at: number
messages: ChatMessage[]
+ last_input?: string
}
export type MessageRole = 'user' | 'assistant' | 'system'
diff --git a/pages/aigc/chat/index.vue b/pages/aigc/chat/index.vue
index c3620ef..cdc1deb 100644
--- a/pages/aigc/chat/index.vue
+++ b/pages/aigc/chat/index.vue
@@ -1,46 +1,139 @@
-