The ChatSuggestions component renders a row of suggestive reply options. Clicking a suggestion triggers an action (such as placing it into the chat input or sending it directly).
| Prop | Type | Description |
|---|---|---|
suggestions | string[] | An array of suggested query strings. |
onSelect | (suggestion: string) => void | Event handler triggered when a user clicks a suggestion button. |