@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 556 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [ResultFeature](./x-components.resultfeature.md)
## ResultFeature type
The name of the tool that generated the results.
**Signature:**
```typescript
export type ResultFeature = 'search' | 'topclicked_recommendations' | 'brand_recommendations' | 'next_query_recommendations' | 'semantic_recommendations' | 'partial_results' | 'identifier_result' | 'related_prompts' | 'overview';
```