@smartspace/chat-ui 1.14.2-main.19dc263 → 1.14.2-main.3da95e3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19251,6 +19251,7 @@ var ERROR_CODE_TEXT = {
|
|
|
19251
19251
|
"llm.context_window": "\u26A0\uFE0F **This conversation is too long for the model**\n\nPlease start a new thread, or ask a shorter question.",
|
|
19252
19252
|
"llm.content_policy": "\u26A0\uFE0F **The response was blocked by a content filter**\n\nPlease rephrase your request.",
|
|
19253
19253
|
"llm.schema_validation": "\u26A0\uFE0F **The model returned an invalid response**\n\nPlease try again.",
|
|
19254
|
+
"llm.unsupported_modality": "\u26A0\uFE0F **This model can't read images**\n\nSwitch to a vision-capable model, or remove the attachment and describe it instead.",
|
|
19254
19255
|
"llm.unknown": GENERIC_ERROR_TEXT
|
|
19255
19256
|
};
|
|
19256
19257
|
var STATUS_CODE_TEXT = {
|