@empathyco/x-components
Version:
Empathy X Components
78 lines (35 loc) • 1.09 kB
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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[suggestionsRequest](./x-components.aigetters.suggestionsrequest.md)
</td><td>
</td><td>
AiSuggestionsRequest \| null
</td><td>
Request object to retrieve the streaming response using the ai suggestions adapter.
</td></tr>
<tr><td>
[suggestionsSearchRequest](./x-components.aigetters.suggestionssearchrequest.md)
</td><td>
</td><td>
AiSuggestionsSearchRequest \| null
</td><td>
Request object to retrieve the suggestions search based on queries or null if there is no valid queries to conform a valid request.
</td></tr>
</tbody></table>