@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 553 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [QueryFeature](./x-components.queryfeature.md)
## QueryFeature type
The name of the tool that generated the query.
**Signature:**
```typescript
export type QueryFeature = 'search_box' | 'url' | 'query_suggestion' | 'next_query' | 'popular_search' | 'history_query' | 'partial_result' | 'related_tag' | 'spellcheck' | 'customer' | 'semantics' | 'related_prompts' | 'overview';
```