@empathyco/x-components
Version:
Empathy X Components
23 lines (14 loc) • 985 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [AiGetters](./x-components.aigetters.md)
## AiGetters interface
Ai module getters.
**Signature:**
```typescript
export interface AiGetters
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [query](./x-components.aigetters.query.md) | | string | The combination of the query and the selected related tags. |
| [suggestionsRequest](./x-components.aigetters.suggestionsrequest.md) | | AiSuggestionsRequest | Request object to retrieve the streaming response using the ai suggestions adapter. |
| [suggestionsSearchRequest](./x-components.aigetters.suggestionssearchrequest.md) | | AiSuggestionsSearchRequest \| null | Request object to retrieve the suggestions search based on queries or null if there is no valid queries to conform a valid request. |