fix: suggestion is not rendered
This commit is contained in:
parent
7495bf44a2
commit
60a33804cc
5 changed files with 57 additions and 9 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue