Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion apps/demos/menuMeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,21 @@
"DemoType": "Web"
}
]
},
{
"Name": "Prompt Suggestions",
"Equivalents": "Prompt Suggestions, Question Suggestions, Suggested Prompts, Message Suggestions, Quick Prompts",
"Demos": [
{
"Title": "Prompt Suggestions",
"Name": "PromptSuggestions",
"Widget": "Chat",
"Badge": "AI",
"TopLevel": true,
"Modules": "html-react-parser,openai,unified",
"DemoType": "Web"
}
]
}
]
},
Expand Down Expand Up @@ -4419,7 +4434,7 @@
"Title": "Prompt Suggestions",
"Name": "PromptSuggestions",
"Widget": "Chat",
"Badge": "New",
"Badge": "AI",
"Modules": "html-react-parser,openai,unified",
"DemoType": "Web"
}
Expand Down
Loading