@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 579 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [RelatedPromptsActions](./x-components.relatedpromptsactions.md) > [fetchRelatedPrompts](./x-components.relatedpromptsactions.fetchrelatedprompts.md)
## RelatedPromptsActions.fetchRelatedPrompts property
Requests a new set of related prompts for the module query, and returns them.
**Signature:**
```typescript
fetchRelatedPrompts: (request: RelatedPromptsRequest | null) => RelatedPrompt[] | null;
```