1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| steps:
| - target: '[data-testid="ask-ai-button"]'
| placement: bottom
| title: 'Get support from the AI Assistant'
| content: Click on the AI Assistant icon and quickly get answers to any questions regarding Label Studio.
| disableBeacon: true
| disableOverlay: true
| offset: 8
| styles:
| options:
| backgroundColor: "var(--color-primary-surface)"
| textColor: "var(--color-primary-surface-content)"
| primaryColor: "var(--color-neutral-on-dark-surface)"
| locale:
| last: "Got It"
|
|