UNPKG

@empathyco/x-components

Version:
14 lines (8 loc) 579 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [RelatedPromptsActions](./x-components.relatedpromptsactions.md) &gt; [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; ```