emotion.list_all
Overview
- Returns all emotion types with localized names, tendency, and max level.
Metadata
| Field | Value |
|---|---|
| Display | List All Emotions |
| Category | emotion |
| Access | Public |
| Scope | B2Authority |
| Tags | — |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
- Freeform result (shape is not fixed).
{ emotions: [ { id: string, tendency: string, max_level: int, levels: [ { level: int, l10n: string } ] } ] } — each emotion element contains a nested levels array.
Usage
await inzoi.cli.execute('emotion.list_all');