@inworld/web-core
Version:
7 lines (6 loc) • 536 B
JavaScript
export const SCENE_HAS_INVALID_FORMAT = 'Scene name has wrong format';
export const CHARACTER_HAS_INVALID_FORMAT = 'Character name has wrong format';
export const CURRENT_CHARACTER_NOT_SET = 'Current character is not set';
export const MULTI_CHAR_NARRATED_ACTIONS = 'Narrated actions are not supported for multiple characters';
export const STOP_DURATION_NATURAL_NUMBER = 'Stop duration for audio playback should be a natural number';
export const STOP_TICKS_NATURAL_NUMBER = 'Stop ticks for audio playback should be a natural number';