Skip to main content

emotion.list_all

Overview

  • Returns all emotion types with localized names, tendency, and max level.

Metadata

FieldValue
DisplayList All Emotions
Categoryemotion
AccessPublic
ScopeB2Authority
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');