fix: suggestion is not rendered

This commit is contained in:
G.Wood-Sun
2025-05-28 12:39:30 +08:00
parent 7495bf44a2
commit 60a33804cc
5 changed files with 57 additions and 9 deletions

View File

@ -102,7 +102,8 @@ export type ConversationItem = {
id: string
name: string
inputs: Record<string, any> | null
introduction: string
introduction: string,
suggested_questions?: string[]
}
export type AppInfo = {