@empathyco/x-components
Version:
Empathy X Components
17 lines (12 loc) • 557 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformAiQuestionsRequest](./x-adapter-platform.platformaiquestionsrequest.md) > [context](./x-adapter-platform.platformaiquestionsrequest.context.md)
## PlatformAiQuestionsRequest.context property
**Signature:**
```typescript
context: {
lang: string;
instance?: string;
filters?: Record<string, unknown>;
query?: string;
};
```