AskAI.Suggestions
Suggested prompt chips that help users start a conversation in AskAI
Overview
Suggested prompt chips rendered above the input to help users start a conversation or explore common tasks. Usually paired with AskAI.Input.
Demo
Props
| Prop | Type | Default | Description |
|---|---|---|---|
prompts | string[] | ['Summarize this page', 'Where should I get started?', 'What can you help me with?'] | Suggested prompts. |
onPromptClick | (prompt: string) => void | undefined | Handle prompt clicks. |
onlyWhenEmpty | boolean | true | Render only when there are no messages. |