IAiAssistantContextHostUiNotification
Home > @gooddata/sdk-pluggable-application-model > IAiAssistantContextHostUiNotification
IAiAssistantContextHostUiNotification interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Notification informing the host UI of the active application's current AI-assistant tag scope.
Signature:
export interface IAiAssistantContextHostUiNotification
Remarks
Emitted when the active pluggable application's tag scope changes (see IAiAssistantContextChangedEvent). The host UI keeps the latest scope and applies it to its chat so the assistant's object search stays within the same scope the application enforces.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string[] |
(ALPHA) (Optional) Tag identifiers the assistant's object search should exclude. | ||
|
string[] |
(ALPHA) (Optional) Tag identifiers the assistant's object search should be restricted to. | ||
|
"aiAssistantContext" |
(ALPHA) |