@sqlrooms/ai-core / PromptSuggestions
Variable: PromptSuggestions
constPromptSuggestions:object
Composable PromptSuggestions component with Container, Item, and VisibilityToggle subcomponents
Type Declaration
Example
tsx
<PromptSuggestions.Container isLoading={false}>
<PromptSuggestions.Item text="What are the top selling products?" />
<PromptSuggestions.Item text="Show me the revenue trends" />
</PromptSuggestions.Container>
<PromptSuggestions.VisibilityToggle />