diff --git a/tools/ui/src/lib/constants/settings-keys.constants.ts b/tools/ui/src/lib/constants/settings-keys.constants.ts index 2c923cee38..b86fde3783 100644 --- a/tools/ui/src/lib/constants/settings-keys.constants.ts +++ b/tools/ui/src/lib/constants/settings-keys.constants.ts @@ -57,6 +57,7 @@ export const SETTINGS_KEYS = { SHOW_MODEL_ORG_NAME_IN_TRIGGER: 'showModelOrgNameInTrigger', SHOW_MODEL_QUANTIZATION: 'showModelQuantization', SHOW_MODEL_TAGS: 'showModelTags', + SHOW_MODEL_ORG_NAME_IN_TRIGGER: 'showModelOrgNameInTrigger', SHOW_RAW_MODEL_NAMES: 'showRawModelNames', SHOW_RAW_OUTPUT_SWITCH: 'showRawOutputSwitch', SHOW_SYSTEM_MESSAGE: 'showSystemMessage',