@empathyco/x-components
Version:
Empathy X Components
78 lines (35 loc) • 1.07 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [RelatedPromptsGetters](./x-components.relatedpromptsgetters.md)
## RelatedPromptsGetters interface
Related prompts module getters.
**Signature:**
```typescript
export interface RelatedPromptsGetters
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[query](./x-components.relatedpromptsgetters.query.md)
</td><td>
</td><td>
string
</td><td>
The combination of the query and the selected related tags.
</td></tr>
<tr><td>
[request](./x-components.relatedpromptsgetters.request.md)
</td><td>
</td><td>
RelatedPromptsRequest \| null
</td><td>
Request object to retrieve the related prompts using the search adapter, or null if there is no valid data to conform a valid request.
</td></tr>
</tbody></table>