UNPKG

@empathyco/x-components

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