mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-22 14:36:39 +08:00
fix: suggestion is not rendered
This commit is contained in:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user