@8wave/ai-elements 0.71.0 → 0.73.0
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/_chunks/{PkToolShowSources-CK3lqqoU.js → PkToolShowSources-B2rf94fU.js} +12 -3
- package/dist/_chunks/PkToolShowSources-B2rf94fU.js.map +1 -0
- package/dist/ai-elements.es.js +125 -359
- package/dist/ai-elements.es.js.map +1 -1
- package/dist-vue/PkChatbot.js +1 -1
- package/dist-vue/PkChatbotMessages.js +1 -1
- package/dist-vue/PkChatbotViewChat.js +1 -1
- package/dist-vue/PkChatbotViewConversations.js +1 -1
- package/dist-vue/PkChatbotViewProfile.js +1 -1
- package/dist-vue/_chunks/{PkChatbot-CkxgCXC4.js → PkChatbot-D5_ytfqS.js} +5 -5
- package/dist-vue/_chunks/{PkChatbot-CkxgCXC4.js.map → PkChatbot-D5_ytfqS.js.map} +1 -1
- package/dist-vue/_chunks/{PkChatbotMessages-B5EK-qDo.js → PkChatbotMessages-CMLqkhmb.js} +2 -2
- package/dist-vue/_chunks/{PkChatbotMessages-B5EK-qDo.js.map → PkChatbotMessages-CMLqkhmb.js.map} +1 -1
- package/dist-vue/_chunks/{PkChatbotViewChat-C4haTRtG.js → PkChatbotViewChat-wLCypxNG.js} +4 -4
- package/dist-vue/_chunks/{PkChatbotViewChat-C4haTRtG.js.map → PkChatbotViewChat-wLCypxNG.js.map} +1 -1
- package/dist-vue/_chunks/{PkChatbotViewConversations--vd3MWYy.js → PkChatbotViewConversations-B5qBiqo4.js} +2 -2
- package/dist-vue/_chunks/{PkChatbotViewConversations--vd3MWYy.js.map → PkChatbotViewConversations-B5qBiqo4.js.map} +1 -1
- package/dist-vue/_chunks/{PkChatbotViewProfile-Cafl_Jf8.js → PkChatbotViewProfile-CXmmVXrD.js} +2 -2
- package/dist-vue/_chunks/{PkChatbotViewProfile-Cafl_Jf8.js.map → PkChatbotViewProfile-CXmmVXrD.js.map} +1 -1
- package/dist-vue/_chunks/{PkToolShowSources-BXeGRm4D.js → PkToolShowSources-D5cBZxwQ.js} +12 -3
- package/dist-vue/_chunks/PkToolShowSources-D5cBZxwQ.js.map +1 -0
- package/dist-vue/_chunks/{createChatbotApiClient-OA7JscBS.js → createChatbotApiClient-2ynLWELM.js} +2 -2
- package/dist-vue/_chunks/createChatbotApiClient-2ynLWELM.js.map +1 -0
- package/dist-vue/_chunks/{useChatbotStore-BNGyIqjI.js → useChatbotStore-Im8Xjwte.js} +269 -269
- package/dist-vue/_chunks/{useChatbotStore-BNGyIqjI.js.map → useChatbotStore-Im8Xjwte.js.map} +1 -1
- package/dist-vue/api.js +1 -1
- package/dist-vue/composables.js +2 -2
- package/dist-vue/index.js +2956 -2714
- package/dist-vue/index.js.map +1 -1
- package/dist-vue/packages/composable/src/chatbot/useChatbotStore.d.ts +2 -3553
- package/dist-vue/packages/models/src/schema/Agent.d.ts +5 -5
- package/dist-vue/packages/models/src/schema/AgentChatStatistics.d.ts +160 -0
- package/dist-vue/packages/models/src/schema/Document.d.ts +18 -0
- package/dist-vue/packages/models/src/schema/ReasoningChat.d.ts +1 -1
- package/dist-vue/packages/models/src/schema/SubAgent.d.ts +2 -2
- package/package.json +2 -2
- package/dist/_chunks/PkToolShowSources-CK3lqqoU.js.map +0 -1
- package/dist-vue/_chunks/PkToolShowSources-BXeGRm4D.js.map +0 -1
- package/dist-vue/_chunks/createChatbotApiClient-OA7JscBS.js.map +0 -1
package/dist/ai-elements.es.js
CHANGED
|
@@ -6,7 +6,7 @@ import { i as Se, n as Ce, r as we } from "./_chunks/iconify-C1EOwL90.js";
|
|
|
6
6
|
import { a as Te } from "./_chunks/dist-DtF6poRc.js";
|
|
7
7
|
import { a as Ee, c as De, i as Oe, n as ke, o as Ae, r as je, t as Me } from "./_chunks/index.es-Z3Hu-QIb.js";
|
|
8
8
|
import { C as Ne, S as Pe, _ as Fe, a as Ie, b as Le, c as Re, d as z, g as ze, h as Be, i as Ve, m as B, n as He, o as Ue, p as We, r as Ge, s as Ke, u as qe, v as V, x as Je, y as Ye } from "./_chunks/schemas-Bp3a8tYV.js";
|
|
9
|
-
import { a as Xe, i as Ze, o as Qe, r as $e, s as et, t as tt } from "./_chunks/PkToolShowSources-
|
|
9
|
+
import { a as Xe, i as Ze, o as Qe, r as $e, s as et, t as tt } from "./_chunks/PkToolShowSources-B2rf94fU.js";
|
|
10
10
|
import { a as nt, c as rt, d as it, f as at, i as ot, l as st, m as ct, o as lt, p as ut, r as dt, s as ft, t as pt, u as mt } from "./_chunks/src-C_wl-KYN.js";
|
|
11
11
|
import { a as ht, c as H, i as gt, l as _t, o as vt, r as yt, s as U, t as bt, u as xt } from "./_chunks/PkToolShowContactForm-SmOSbCsp.js";
|
|
12
12
|
import { t as St } from "./_chunks/PkStreamingMarkdown-orhL2kzD.js";
|
|
@@ -472,6 +472,52 @@ var un = {
|
|
|
472
472
|
chat: "Chat",
|
|
473
473
|
reasoning: "Ragionamento"
|
|
474
474
|
},
|
|
475
|
+
chartLabel: {
|
|
476
|
+
"2g": "2G",
|
|
477
|
+
"3g": "3G",
|
|
478
|
+
"4g": "4G",
|
|
479
|
+
Africa: "Africa",
|
|
480
|
+
America: "America",
|
|
481
|
+
Asia: "Asia",
|
|
482
|
+
Australia: "Australia",
|
|
483
|
+
Europe: "Europa",
|
|
484
|
+
Pacific: "Pacifico",
|
|
485
|
+
abusive: "Offensivo",
|
|
486
|
+
aggressive: "Aggressivo",
|
|
487
|
+
critical: "Critico",
|
|
488
|
+
dark: "Scuro",
|
|
489
|
+
data_leak: "Fuga di dati",
|
|
490
|
+
degrading: "In peggioramento",
|
|
491
|
+
desktop: "Desktop",
|
|
492
|
+
direct: "Diretto",
|
|
493
|
+
disengaged: "Disinteressato",
|
|
494
|
+
excited: "Entusiasta",
|
|
495
|
+
frustrated: "Frustrato",
|
|
496
|
+
goal_met: "Obiettivo raggiunto",
|
|
497
|
+
goal_not_met: "Obiettivo non raggiunto",
|
|
498
|
+
hallucination: "Allucinazione",
|
|
499
|
+
high: "Alto",
|
|
500
|
+
impatient: "Impaziente",
|
|
501
|
+
improving: "In miglioramento",
|
|
502
|
+
inappropriate_tone: "Tono inappropriato",
|
|
503
|
+
light: "Chiaro",
|
|
504
|
+
low: "Basso",
|
|
505
|
+
medium: "Medio",
|
|
506
|
+
mobile: "Mobile",
|
|
507
|
+
negative: "Negativo",
|
|
508
|
+
neutral: "Neutro",
|
|
509
|
+
off_brand: "Fuori tono",
|
|
510
|
+
polite: "Cortese",
|
|
511
|
+
positive: "Positivo",
|
|
512
|
+
refusal_loop: "Loop di rifiuto",
|
|
513
|
+
repetition: "Ripetizione",
|
|
514
|
+
"slow-2g": "2G lento",
|
|
515
|
+
stable: "Stabile",
|
|
516
|
+
tablet: "Tablet",
|
|
517
|
+
unanalyzed: "Non analizzato",
|
|
518
|
+
unclear: "Non chiaro",
|
|
519
|
+
unknown: "Sconosciuto"
|
|
520
|
+
},
|
|
475
521
|
conversationAnalysis: {
|
|
476
522
|
abuseCategory: {
|
|
477
523
|
data_extraction: "Estrazione dati",
|
|
@@ -545,6 +591,7 @@ var un = {
|
|
|
545
591
|
sitemap: "Sitemap XML"
|
|
546
592
|
},
|
|
547
593
|
documentMetadata: {
|
|
594
|
+
analyzedPages: "analizzate {pages} su",
|
|
548
595
|
pageCount: "nessuna pagina | {n} pagina | {n} pagine",
|
|
549
596
|
readingTime: "{minutes} min",
|
|
550
597
|
wordCount: "{count} parole"
|
|
@@ -582,6 +629,8 @@ var un = {
|
|
|
582
629
|
aiDescriptionPrompt: "Prompt utilizzato per generare la descrizione",
|
|
583
630
|
documentFile: "Sono consentiti file PDF e Microsoft Word (.docx)",
|
|
584
631
|
followExternal: "Recupera link da domini diversi",
|
|
632
|
+
forceOcr: "Forza l'estrazione testo tramite OCR (Document Intelligence). Utile per PDF scansionati o quando l'estrazione normale produce risultati insufficienti.",
|
|
633
|
+
pages: "Specifica quali pagine processare. Lascia vuoto per processare tutte le pagine. L'estrazione avverrà tramite OCR (Document Intelligence).",
|
|
585
634
|
useBrowserEngine: "Più lento, ma consente l'analisi di pagine dinamiche",
|
|
586
635
|
useExtractionStrategy: "Migliora l'estrazione dei dati con l'AI"
|
|
587
636
|
},
|
|
@@ -651,7 +700,7 @@ var un = {
|
|
|
651
700
|
expired: "Scaduto",
|
|
652
701
|
pending: "In attesa"
|
|
653
702
|
},
|
|
654
|
-
label: /* @__PURE__ */ JSON.parse("{\"AI\":\"AI\",\"acceptInvitationAndCreateAccount\":\"Accetta l'invito e crea il tuo account\",\"active\":\"Attiva\",\"addApiTool\":\"Aggiungi API Tool\",\"additionalMetadata\":\"Metadati aggiuntivi\",\"admin\":\"Amministratore\",\"advancedOptions\":\"Opzioni avanzate\",\"agent\":\"Agente\",\"agentResponse\":\"Risposta agente\",\"agentTree\":\"Albero Agente\",\"agents\":\"Agenti\",\"agentsUsed\":\"Agenti utilizzati\",\"aiDescription\":\"Generato con AI\",\"aiDescriptionModel\":\"Modello AI\",\"aiDescriptionPrompt\":\"Prompt personalizzato\",\"allAgents\":\"Tutti gli agenti\",\"analysis\":\"Analisi\",\"analyzed\":\"Analisi\",\"anonymous\":\"Anonimo\",\"answer\":\"Risposta\",\"apiKey\":\"API Key\",\"apiKeys\":\"API Key\",\"appearance\":\"Aspetto\",\"assistantMessage\":\"Risposta assistente\",\"attention\":\"Attenzione\",\"audience\":\"Audience\",\"auto\":\"Auto\",\"autoDetected\":\"Rilevati automaticamente\",\"autoProvisioning\":\"Auto provisioning\",\"autoProvisioningDescription\":\"Gli utenti che si autenticano tramite questi provider di identità o domini verranno automaticamente aggiunti alla tua organizzazione con il ruolo predefinito.\",\"autoRefreshOff\":\"In pausa\",\"autoRefreshOn\":\"Live\",\"avgChatsPerUser\":\"Chat per user\",\"avgMessagesPerChat\":\"Messaggi per chat\",\"avgTime\":\"Tempo medio\",\"banned\":\"Bannato\",\"black\":\"Nero\",\"blocked\":\"Bloccato\",\"body\":\"Testo\",\"cached\":\"dalla cache\",\"calendarEvent\":\"Evento\",\"changePassword\":\"Cambia Password\",\"chat\":\"Chat\",\"chatCreatedAgo\":\"Creata\",\"chatOrigin\":\"Chat di origine\",\"chatStatistics\":\"Statistiche\",\"chatUpdatedAgo\":\"Ultimo messaggio\",\"chatWidget\":\"Chat Widget\",\"chunks\":\"Chunk\",\"clear\":\"Pulisci\",\"codeEditor\":\"Codice\",\"collapseContext\":\"Nascondi contesto\",\"comment\":\"Commento\",\"comparison\":\"Confronto\",\"completeName\":\"Nome e cognome\",\"configMcpServer\":\"Configura server MCP\",\"configure\":\"Configura\",\"confirmPassword\":\"Conferma password\",\"connectMcpServer\":\"Connetti server MCP\",\"connectSubAgent\":\"Collega sotto-agente\",\"const\":\"Costante\",\"contactUs\":\"Contattaci\",\"content\":\"Contenuto\",\"contentPreview\":\"Anteprima contenuto\",\"conversations\":\"Conversazioni\",\"conversationsOverTime\":\"Conversazioni nel tempo\",\"costInUSD\":\"Costo in USD\",\"crawlMode\":\"Modalità Crawling\",\"createdAt\":\"Creato il\",\"createdBy\":\"Creato da\",\"credit\":\"Credito\",\"creditRemaining\":\"Credito residuo\",\"creditUpdatedAt\":\"Credito aggiornato il\",\"credits\":\"Crediti\",\"curlExample\":\"Esempio cURL\",\"currentPassword\":\"Password attuale\",\"customCss\":\"CSS personalizzato\",\"dailyUsage\":\"Utilizzo giornaliero\",\"dark\":\"Scuro\",\"datetime\":\"Data / Ora\",\"day\":\"Giorno\",\"dayRateLimit\":\"Limite al giorno\",\"days\":\"{count} giorno | {count} giorni\",\"default\":\"Predefinito\",\"defaultRole\":\"Ruolo predefinito\",\"deleted\":\"Eliminato\",\"description\":\"Descrizione\",\"deselectAction\":\"Rimuovi\",\"details\":\"Dettagli\",\"deviceContext\":\"Contesto dispositivo\",\"disabled\":\"Disabilitato\",\"disallowPromptTraining\":\"Prompt Training disabilitato\",\"dismissableNotice\":\"Avviso\",\"documentType\":\"Tipo documento\",\"downloadFile\":\"Scarica file\",\"downloading\":\"Download in corso\",\"duration\":\"Durata\",\"editApiTool\":\"Modifica API Tool\",\"editMcpServer\":\"Modifica server MCP\",\"editSubAgent\":\"Modifica sotto-agente\",\"effectiveCredit\":\"Credito effettivo\",\"email\":\"Email\",\"emailDomain\":\"Dominio email\",\"emailVerified\":\"Email verificata\",\"embed\":\"Incorpora\",\"embedCode\":\"Codice Embed\",\"enabled\":\"Abilitato\",\"enabledTools\":\"Tool abilitati\",\"endDate\":\"Data fine\",\"engagement\":\"Engagement\",\"error\":\"Errore\",\"expandContext\":\"Mostra più contesto\",\"expireIn\":\"Scade tra\",\"expires\":\"Scade\",\"expiresAt\":\"Scadenza\",\"externalAuth\":\"Autenticazione esterna\",\"externalAuthDescription\":\"Configura i provider di autenticazione esterna per consentire l'autenticazione tramite token JWT emessi da questi provider. Gli utenti autenticati tramite questi provider saranno aggiunti automaticamente alla tua organizzazione con il ruolo predefinito (auto provisioning).\",\"fallbackModels\":\"Modelli di fallback\",\"feedback\":\"Segnalazione\",\"file\":\"File\",\"fileUpload\":\"Caricamento file\",\"fileUploadAllowedMimeTypes\":\"Tipi di file consentiti\",\"fileUploadEnabled\":\"Abilita caricamento file\",\"fileUploadMaxFileSize\":\"Dimensione massima file (MB)\",\"fileUploadMaxFilesPerChat\":\"File massimi per chat\",\"fileUploadMaxFilesPerMessage\":\"File massimi per messaggio\",\"filters\":\"Filtri\",\"floatingButtonPosition\":\"Posizione bottone\",\"followExternal\":\"Segui Link Esterni\",\"footer\":\"Footer\",\"frequencyPenalty\":\"Penalità di Frequenza\",\"fullDuration\":\"Durata (ms)\",\"gallery\":\"Galleria ({count} immagini)\",\"general\":\"Generale\",\"generateSchemaFromJson\":\"Genera schema da JSON\",\"header\":\"Header\",\"headers\":\"Headers\",\"healthCheckPath\":\"Health check\",\"hourRateLimit\":\"Limite all'ora\",\"httpHeaderKey\":\"Chiave\",\"httpHeaderValue\":\"Valore\",\"httpHeaders\":\"Header HTTP\",\"iframe\":\"Iframe\",\"iframeCode\":\"Codice iframe\",\"impersonated\":\"Impersonificato\",\"importing\":\"Importazione in corso\",\"inRedis\":\"In Redis\",\"inStock\":\"Disponibile\",\"indexStatus\":\"Stato indicizzazione\",\"info\":\"Info\",\"initialMessage\":\"Messaggio iniziale\",\"input\":\"Input\",\"inputSchema\":\"Schema di Input\",\"insertEmail\":\"Inserisci email\",\"integration\":\"Integrazione\",\"interface\":\"Interfaccia\",\"invitations\":\"Inviti\",\"isAutoJoinEnabled\":\"Unisci automaticamente utenti già presenti con la stessa e-mail\",\"issuer\":\"Issuer\",\"itemsPerPage\":\"Per pagina\",\"jsonSample\":\"Esempio JSON\",\"jwksUrl\":\"JWKS URL\",\"key\":\"Chiave\",\"language\":\"Lingua\",\"languages\":\"Lingue\",\"lastRefillAt\":\"Ultima ricarica il\",\"left\":\"Sinistra\",\"light\":\"Chiaro\",\"limit\":\"Limite\",\"limitedStock\":\"Ultimi pezzi\",\"loadDelay\":\"Ritardo caricamento (ms)\",\"loaderStrategy\":\"Strategia di caricamento\",\"loaderStrategyDynamicImport\":\"Dynamic Import\",\"loaderStrategyInlineModule\":\"Inline Module\",\"loaderStrategyScriptSrc\":\"Script Src\",\"locale\":\"Lingua\",\"location\":\"Posizione\",\"logo\":\"Logo\",\"logoUrl\":\"Logo URL\",\"mainColor\":\"Colore principale\",\"maxDepth\":\"Profondità Massima\",\"maxMessageLength\":\"Lunghezza massima messaggio\",\"maxOutputTokens\":\"Token Massimi\",\"maxPages\":\"Pagine Massime\",\"maxStepCount\":\"Numero Massimo di Step\",\"mcpServer\":\"Server MCP\",\"mcpServerUrl\":\"URL del server MPC\",\"mcpStatelessServer\":\"Client stateless\",\"message\":\"Messaggio\",\"messageDetails\":\"Dettaglio messaggio\",\"messagePlaceholder\":\"Segnaposto\",\"messages\":\"Messaggi\",\"metadata\":\"Metadati\",\"method\":\"Metodo\",\"mimeTypeDocuments\":\"Documenti\",\"mimeTypeImages\":\"Immagini\",\"mimeTypeText\":\"Testo\",\"minuteRateLimit\":\"Limite al minuto\",\"model\":\"Modello\",\"month\":\"Mese\",\"monthRateLimit\":\"Limite al mese\",\"name\":\"Nome\",\"never\":\"Mai\",\"newChat\":\"Nuova chat\",\"newPassword\":\"Nuova password\",\"no\":\"No\",\"noDataAvailable\":\"Nessun dato disponibile\",\"noDataRetention\":\"ZDR\",\"noPromptTraining\":\"No Prompt Training\",\"noTimingData\":\"Nessun dato. Effettua una richiesta di chat per vedere i log di timing.\",\"noTimingDataDesc\":\"Avvia una conversazione con un agente per vedere i log di timing qui in tempo reale.\",\"noTimingDataTitle\":\"Nessun dato disponibile\",\"notAvailable\":\"Non disponibile\",\"openSource\":\"Apri sorgente\",\"or\":\"Oppure\",\"organization\":\"Organizzazione\",\"organizations\":\"Organizzazioni\",\"origin\":\"Origine\",\"originalMessage\":\"Risposta originale\",\"origins\":\"Sorgenti\",\"outOfStock\":\"Non disponibile\",\"output\":\"Output\",\"outputSchema\":\"Schema di Output\",\"passphrase\":\"Inserisci la parola chiave\",\"password\":\"Password\",\"peakHours\":\"Ore di punta\",\"pendingCharge\":\"Addebito in sospeso\",\"phaseBreakdown\":\"Breakdown fasi\",\"phone\":\"Telefono\",\"picture\":\"Immagine\",\"postStreaming\":\"Post-streaming\",\"preStreaming\":\"Pre-streaming\",\"presencePenalty\":\"Penalità di Presenza\",\"preview\":\"Anteprima\",\"privacyPolicyNotice\":\"Informativa privacy\",\"processedAt\":\"Processato il\",\"processing\":\"Elaborazione in corso...\",\"profile\":\"Profilo\",\"prompt\":\"Prompt\",\"properties\":\"Proprietà\",\"provider\":\"Provider\",\"providerOrganizationId\":\"ID Provider\",\"providerTimeoutMs\":\"Timeout provider (ms)\",\"qrCode\":\"Codice QR\",\"question\":\"Domanda\",\"rateLimits\":\"Limiti di utilizzo\",\"reasoning\":\"Reasoning\",\"reasoningAgentTester\":\"Test Agente di Ragionamento\",\"reasoningDetails\":\"Dettagli di ragionamento\",\"refillAmount\":\"Importo ricarica\",\"rememberMe\":\"Ricordami\",\"requestCount\":\"Richieste\",\"requests\":\"Richieste\",\"requestsPerAgent\":\"Richieste per agente\",\"requestsUsed\":\"Richieste utilizzate\",\"required\":\"Obbligatorio\",\"requiredFields\":\"Campi obbligatori\",\"revisedMessage\":\"Risposta corretta\",\"right\":\"Destra\",\"role\":\"Ruolo\",\"schemas\":\"Schemi\",\"searchMode\":\"Modalità di Ricerca\",\"security\":\"Sicurezza\",\"selectAgent\":\"Seleziona agente\",\"selectedHint\":\"Selezionato\",\"sentiment\":\"Sentiment\",\"serverInfo\":\"Info MCP server\",\"settings\":\"Impostazioni\",\"showing\":\"Mostrati\",\"similarity\":\"Similarità\",\"sitemapUrl\":\"URL Sitemap\",\"slowest\":\"Più lento\",\"slug\":\"Slug\",\"source\":\"Sorgente\",\"sources\":\"Fonti\",\"startDate\":\"Data inizio\",\"startUrl\":\"URL di Partenza\",\"status\":\"Stato\",\"steps\":\"step\",\"streaming\":\"Streaming\",\"style\":\"Stile\",\"subAgent\":\"Sotto-agente\",\"subject\":\"Oggetto\",\"temperature\":\"Temperatura\",\"testPlayground\":\"Test Playground\",\"textColor\":\"Colore del testo\",\"theme\":\"Tema\",\"timelineSteps\":\"Timeline steps\",\"timeoutMs\":\"Timeout (ms)\",\"title\":\"Titolo\",\"tokens\":\"token\",\"tool\":\"Tool\",\"toolName\":\"Nome del tool: {name}\",\"tools\":\"Tool\",\"topTopics\":\"Argomenti principali\",\"total\":\"Totale\",\"totalConversations\":\"Chat in totale\",\"totalCost\":\"Costo totale\",\"totalItemsCount\":\"Elementi: {total}\",\"totalMessages\":\"Messaggi in totale\",\"totalPages\":\"di {total}\",\"trustedOrigins\":\"Origini attendibili\",\"tuning\":\"Tuning\",\"type\":\"Tipo\",\"typeMain\":\"Main\",\"typeSub\":\"Sub\",\"uniqueUsers\":\"Utenti unici\",\"unitChat\":\"chat\",\"unitChatPerUser\":\"chat\",\"unitMessages\":\"messaggi\",\"unitMessagesPerChat\":\"messaggi\",\"unitUsers\":\"utenti\",\"updateProfile\":\"Aggiorna profilo\",\"updatedAt\":\"Aggiornato il\",\"upload\":\"Carica {index}/{total}\",\"url\":\"URL pagina web\",\"usage\":\"Utilizzo\",\"useBrowserEngine\":\"Utilizza il browser\",\"useExtractionStrategy\":\"Utilizza l'AI\",\"user\":\"Utente\",\"userInput\":\"Opzione selezionata\",\"userPrompt\":\"Richiesta utente\",\"userQuestion\":\"Domanda\",\"users\":\"Utenti\",\"value\":\"Valore\",\"version\":\"Versione\",\"viewPdfPage\":\"Visualizza pagina PDF\",\"visibility\":\"Visibilità\",\"visualEditor\":\"Visuale\",\"vote\":\"Voto\",\"welcome\":\"Benvenuto in {appName}!\",\"white\":\"Bianco\",\"widgetUrl\":\"URL widget\",\"yes\":\"Sì\",\"zeroDataRetention\":\"Zero Data Retention (ZDR)\"}"),
|
|
703
|
+
label: /* @__PURE__ */ JSON.parse("{\"AI\":\"AI\",\"acceptInvitationAndCreateAccount\":\"Accetta l'invito e crea il tuo account\",\"active\":\"Attiva\",\"addApiTool\":\"Aggiungi API Tool\",\"additionalMetadata\":\"Metadati aggiuntivi\",\"admin\":\"Amministratore\",\"advancedOptions\":\"Opzioni avanzate\",\"agent\":\"Agente\",\"agentResponse\":\"Risposta agente\",\"agentTree\":\"Albero Agente\",\"agents\":\"Agenti\",\"agentsUsed\":\"Agenti utilizzati\",\"aiDescription\":\"Generato con AI\",\"aiDescriptionModel\":\"Modello AI\",\"aiDescriptionPrompt\":\"Prompt personalizzato\",\"allAgents\":\"Tutti gli agenti\",\"analysis\":\"Analisi\",\"analyzed\":\"Analisi\",\"anonymous\":\"Anonimo\",\"answer\":\"Risposta\",\"apiKey\":\"API Key\",\"apiKeys\":\"API Key\",\"appearance\":\"Aspetto\",\"arrayOfObjects\":\"Array di oggetti\",\"assistantMessage\":\"Risposta assistente\",\"attention\":\"Attenzione\",\"audience\":\"Audience\",\"auto\":\"Auto\",\"autoDetected\":\"Rilevati automaticamente\",\"autoProvisioning\":\"Auto provisioning\",\"autoProvisioningDescription\":\"Gli utenti che si autenticano tramite questi provider di identità o domini verranno automaticamente aggiunti alla tua organizzazione con il ruolo predefinito.\",\"autoRefreshOff\":\"In pausa\",\"autoRefreshOn\":\"Live\",\"avgChatsPerUser\":\"Chat per user\",\"avgMessagesPerChat\":\"Messaggi per chat\",\"avgTime\":\"Tempo medio\",\"banned\":\"Bannato\",\"black\":\"Nero\",\"blocked\":\"Bloccato\",\"blockedReasons\":\"Motivi di blocco\",\"body\":\"Testo\",\"browsers\":\"Browser\",\"cached\":\"dalla cache\",\"calendarEvent\":\"Evento\",\"changePassword\":\"Cambia Password\",\"chat\":\"Chat\",\"chatCreatedAgo\":\"Creata\",\"chatOrigin\":\"Chat di origine\",\"chatStatistics\":\"Statistiche\",\"chatUpdatedAgo\":\"Ultimo messaggio\",\"chatWidget\":\"Chat Widget\",\"chunks\":\"Chunk\",\"clear\":\"Pulisci\",\"codeEditor\":\"Codice\",\"collapseContext\":\"Nascondi contesto\",\"comment\":\"Commento\",\"comparison\":\"Confronto\",\"completeName\":\"Nome e cognome\",\"configMcpServer\":\"Configura server MCP\",\"configure\":\"Configura\",\"confirmPassword\":\"Conferma password\",\"connectMcpServer\":\"Connetti server MCP\",\"connectSubAgent\":\"Collega sotto-agente\",\"connectionTypes\":\"Tipo connessione\",\"const\":\"Costante\",\"contactUs\":\"Contattaci\",\"content\":\"Contenuto\",\"contentPreview\":\"Anteprima contenuto\",\"conversationLengthBuckets\":\"Lunghezza conversazione\",\"conversations\":\"Conversazioni\",\"conversationsOverTime\":\"Conversazioni nel tempo\",\"costInUSD\":\"Costo in USD\",\"crawlMode\":\"Modalità Crawling\",\"createdAt\":\"Creato il\",\"createdBy\":\"Creato da\",\"credit\":\"Credito\",\"creditRemaining\":\"Credito residuo\",\"creditUpdatedAt\":\"Credito aggiornato il\",\"credits\":\"Crediti\",\"curlExample\":\"Esempio cURL\",\"currentPassword\":\"Password attuale\",\"customCss\":\"CSS personalizzato\",\"dailyUsage\":\"Utilizzo giornaliero\",\"dark\":\"Scuro\",\"darkModePreference\":\"Modalità scura\",\"datetime\":\"Data / Ora\",\"day\":\"Giorno\",\"dayRateLimit\":\"Limite al giorno\",\"days\":\"{count} giorno | {count} giorni\",\"default\":\"Predefinito\",\"defaultRole\":\"Ruolo predefinito\",\"deleted\":\"Eliminato\",\"description\":\"Descrizione\",\"deselectAction\":\"Rimuovi\",\"details\":\"Dettagli\",\"deviceContext\":\"Contesto dispositivo\",\"deviceTypes\":\"Tipo dispositivo\",\"disabled\":\"Disabilitato\",\"disallowPromptTraining\":\"Prompt Training disabilitato\",\"dismissableNotice\":\"Avviso\",\"documentType\":\"Tipo documento\",\"downloadFile\":\"Scarica file\",\"downloading\":\"Download in corso\",\"duration\":\"Durata\",\"editApiTool\":\"Modifica API Tool\",\"editMcpServer\":\"Modifica server MCP\",\"editSubAgent\":\"Modifica sotto-agente\",\"effectiveCredit\":\"Credito effettivo\",\"email\":\"Email\",\"emailDomain\":\"Dominio email\",\"emailVerified\":\"Email verificata\",\"embed\":\"Incorpora\",\"embedCode\":\"Codice Embed\",\"enabled\":\"Abilitato\",\"enabledTools\":\"Tool abilitati\",\"endDate\":\"Data fine\",\"engagement\":\"Engagement\",\"error\":\"Errore\",\"expandContext\":\"Mostra più contesto\",\"expireIn\":\"Scade tra\",\"expires\":\"Scade\",\"expiresAt\":\"Scadenza\",\"externalAuth\":\"Autenticazione esterna\",\"externalAuthDescription\":\"Configura i provider di autenticazione esterna per consentire l'autenticazione tramite token JWT emessi da questi provider. Gli utenti autenticati tramite questi provider saranno aggiunti automaticamente alla tua organizzazione con il ruolo predefinito (auto provisioning).\",\"fallbackModels\":\"Modelli di fallback\",\"feedback\":\"Segnalazione\",\"file\":\"File\",\"fileUpload\":\"Caricamento file\",\"fileUploadAllowedMimeTypes\":\"Tipi di file consentiti\",\"fileUploadEnabled\":\"Abilita caricamento file\",\"fileUploadMaxFileSize\":\"Dimensione massima file (MB)\",\"fileUploadMaxFilesPerChat\":\"File massimi per chat\",\"fileUploadMaxFilesPerMessage\":\"File massimi per messaggio\",\"filters\":\"Filtri\",\"floatingButtonPosition\":\"Posizione bottone\",\"followExternal\":\"Segui Link Esterni\",\"footer\":\"Footer\",\"forceOcr\":\"Forza OCR\",\"frequencyPenalty\":\"Penalità di Frequenza\",\"fullDuration\":\"Durata (ms)\",\"gallery\":\"Galleria ({count} immagini)\",\"general\":\"Generale\",\"generateSchemaFromJson\":\"Genera schema da JSON\",\"goalOutcome\":\"Esito obiettivo\",\"header\":\"Header\",\"headers\":\"Headers\",\"healthCheckPath\":\"Health check\",\"hourRateLimit\":\"Limite all'ora\",\"httpHeaderKey\":\"Chiave\",\"httpHeaderValue\":\"Valore\",\"httpHeaders\":\"Header HTTP\",\"iframe\":\"Iframe\",\"iframeCode\":\"Codice iframe\",\"impersonated\":\"Impersonificato\",\"importing\":\"Importazione in corso\",\"inRedis\":\"In Redis\",\"inStock\":\"Disponibile\",\"indexStatus\":\"Stato indicizzazione\",\"info\":\"Info\",\"initialMessage\":\"Messaggio iniziale\",\"input\":\"Input\",\"inputSchema\":\"Schema di Input\",\"insertEmail\":\"Inserisci email\",\"integration\":\"Integrazione\",\"interface\":\"Interfaccia\",\"invitations\":\"Inviti\",\"isAutoJoinEnabled\":\"Unisci automaticamente utenti già presenti con la stessa e-mail\",\"issuer\":\"Issuer\",\"itemsPerPage\":\"Per pagina\",\"jsonSample\":\"Esempio JSON\",\"jwksUrl\":\"JWKS URL\",\"key\":\"Chiave\",\"language\":\"Lingua\",\"languages\":\"Lingue\",\"lastRefillAt\":\"Ultima ricarica il\",\"left\":\"Sinistra\",\"light\":\"Chiaro\",\"limit\":\"Limite\",\"limitedStock\":\"Ultimi pezzi\",\"llmIssues\":\"Problemi LLM\",\"loadDelay\":\"Ritardo caricamento (ms)\",\"loaderStrategy\":\"Strategia di caricamento\",\"loaderStrategyDynamicImport\":\"Dynamic Import\",\"loaderStrategyInlineModule\":\"Inline Module\",\"loaderStrategyScriptSrc\":\"Script Src\",\"locale\":\"Lingua\",\"location\":\"Posizione\",\"logo\":\"Logo\",\"logoUrl\":\"Logo URL\",\"mainColor\":\"Colore principale\",\"maxDepth\":\"Profondità Massima\",\"maxMessageLength\":\"Lunghezza massima messaggio\",\"maxOutputTokens\":\"Token Massimi\",\"maxPages\":\"Pagine Massime\",\"maxStepCount\":\"Numero Massimo di Step\",\"mcpServer\":\"Server MCP\",\"mcpServerUrl\":\"URL del server MPC\",\"mcpStatelessServer\":\"Client stateless\",\"message\":\"Messaggio\",\"messageDetails\":\"Dettaglio messaggio\",\"messagePlaceholder\":\"Segnaposto\",\"messages\":\"Messaggi\",\"metadata\":\"Metadati\",\"method\":\"Metodo\",\"mimeTypeDocuments\":\"Documenti\",\"mimeTypeImages\":\"Immagini\",\"mimeTypeText\":\"Testo\",\"minuteRateLimit\":\"Limite al minuto\",\"model\":\"Modello\",\"month\":\"Mese\",\"monthRateLimit\":\"Limite al mese\",\"name\":\"Nome\",\"never\":\"Mai\",\"newChat\":\"Nuova chat\",\"newPassword\":\"Nuova password\",\"no\":\"No\",\"noDataAvailable\":\"Nessun dato disponibile\",\"noDataRetention\":\"ZDR\",\"noPromptTraining\":\"No Prompt Training\",\"noTimingData\":\"Nessun dato. Effettua una richiesta di chat per vedere i log di timing.\",\"noTimingDataDesc\":\"Avvia una conversazione con un agente per vedere i log di timing qui in tempo reale.\",\"noTimingDataTitle\":\"Nessun dato disponibile\",\"notAvailable\":\"Non disponibile\",\"ocrUsed\":\"OCR\",\"openSource\":\"Apri sorgente\",\"operatingSystems\":\"Sistemi operativi\",\"or\":\"Oppure\",\"organization\":\"Organizzazione\",\"organizations\":\"Organizzazioni\",\"origin\":\"Origine\",\"originalMessage\":\"Risposta originale\",\"origins\":\"Sorgenti\",\"outOfStock\":\"Non disponibile\",\"output\":\"Output\",\"outputSchema\":\"Schema di Output\",\"pages\":\"Pagine\",\"passphrase\":\"Inserisci la parola chiave\",\"password\":\"Password\",\"peakHours\":\"Ore di punta\",\"pendingCharge\":\"Addebito in sospeso\",\"phaseBreakdown\":\"Breakdown fasi\",\"phone\":\"Telefono\",\"picture\":\"Immagine\",\"postStreaming\":\"Post-streaming\",\"preStreaming\":\"Pre-streaming\",\"presencePenalty\":\"Penalità di Presenza\",\"preview\":\"Anteprima\",\"privacyPolicyNotice\":\"Informativa privacy\",\"processedAt\":\"Processato il\",\"processing\":\"Elaborazione in corso...\",\"profile\":\"Profilo\",\"prompt\":\"Prompt\",\"properties\":\"Proprietà\",\"provider\":\"Provider\",\"providerOrganizationId\":\"ID Provider\",\"providerTimeoutMs\":\"Timeout provider (ms)\",\"qrCode\":\"Codice QR\",\"question\":\"Domanda\",\"rateLimits\":\"Limiti di utilizzo\",\"reasoning\":\"Reasoning\",\"reasoningAgentTester\":\"Test Agente di Ragionamento\",\"reasoningDetails\":\"Dettagli di ragionamento\",\"referrerDomains\":\"Domini di provenienza\",\"refillAmount\":\"Importo ricarica\",\"rememberMe\":\"Ricordami\",\"requestCount\":\"Richieste\",\"requests\":\"Richieste\",\"requestsPerAgent\":\"Richieste per agente\",\"requestsUsed\":\"Richieste utilizzate\",\"required\":\"Obbligatorio\",\"requiredFields\":\"Campi obbligatori\",\"revisedMessage\":\"Risposta corretta\",\"right\":\"Destra\",\"riskScoreBands\":\"Fasce di rischio\",\"role\":\"Ruolo\",\"schemaRootArray\":\"Array\",\"schemaRootObject\":\"Oggetto\",\"schemas\":\"Schemi\",\"screenCategories\":\"Categoria schermo\",\"searchMode\":\"Modalità di Ricerca\",\"sectionConversationQuality\":\"Qualità conversazione\",\"sectionDeviceContext\":\"Dispositivi e contesto\",\"sectionTraffic\":\"Traffico\",\"security\":\"Sicurezza\",\"selectAgent\":\"Seleziona agente\",\"selectedHint\":\"Selezionato\",\"sentiment\":\"Sentiment\",\"sentimentTrends\":\"Trend di sentiment\",\"serverInfo\":\"Info MCP server\",\"settings\":\"Impostazioni\",\"showing\":\"Mostrati\",\"similarity\":\"Similarità\",\"sitemapUrl\":\"URL Sitemap\",\"slowest\":\"Più lento\",\"slug\":\"Slug\",\"source\":\"Sorgente\",\"sources\":\"Fonti\",\"startDate\":\"Data inizio\",\"startUrl\":\"URL di Partenza\",\"status\":\"Stato\",\"steps\":\"step\",\"streaming\":\"Streaming\",\"style\":\"Stile\",\"subAgent\":\"Sotto-agente\",\"subject\":\"Oggetto\",\"temperature\":\"Temperatura\",\"testPlayground\":\"Test Playground\",\"textColor\":\"Colore del testo\",\"theme\":\"Tema\",\"timelineSteps\":\"Timeline steps\",\"timeoutMs\":\"Timeout (ms)\",\"timezoneRegions\":\"Fuso orario\",\"title\":\"Titolo\",\"tokens\":\"token\",\"tool\":\"Tool\",\"toolName\":\"Nome del tool: {name}\",\"tools\":\"Tool\",\"topPages\":\"Pagine principali\",\"topTopics\":\"Argomenti principali\",\"total\":\"Totale\",\"totalConversations\":\"Chat in totale\",\"totalCost\":\"Costo totale\",\"totalItemsCount\":\"Elementi: {total}\",\"totalMessages\":\"Messaggi in totale\",\"totalPages\":\"di {total}\",\"trustedOrigins\":\"Origini attendibili\",\"tuning\":\"Tuning\",\"type\":\"Tipo\",\"typeMain\":\"Main\",\"typeSub\":\"Sub\",\"uniqueUsers\":\"Utenti unici\",\"unitChat\":\"chat\",\"unitChatPerUser\":\"chat\",\"unitMessages\":\"messaggi\",\"unitMessagesPerChat\":\"messaggi\",\"unitUsers\":\"utenti\",\"updateProfile\":\"Aggiorna profilo\",\"updatedAt\":\"Aggiornato il\",\"upload\":\"Carica {index}/{total}\",\"url\":\"URL pagina web\",\"usage\":\"Utilizzo\",\"useBrowserEngine\":\"Utilizza il browser\",\"useExtractionStrategy\":\"Utilizza l'AI\",\"user\":\"Utente\",\"userInput\":\"Opzione selezionata\",\"userPrompt\":\"Richiesta utente\",\"userQuestion\":\"Domanda\",\"userTones\":\"Tono utente\",\"users\":\"Utenti\",\"value\":\"Valore\",\"version\":\"Versione\",\"viewPdfPage\":\"Visualizza pagina PDF\",\"visibility\":\"Visibilità\",\"visualEditor\":\"Visuale\",\"vote\":\"Voto\",\"welcome\":\"Benvenuto in {appName}!\",\"white\":\"Bianco\",\"widgetUrl\":\"URL widget\",\"yes\":\"Sì\",\"zeroDataRetention\":\"Zero Data Retention (ZDR)\"}"),
|
|
655
704
|
language: {
|
|
656
705
|
de: "Tedesco",
|
|
657
706
|
en: "Inglese",
|
|
@@ -728,9 +777,9 @@ var un = {
|
|
|
728
777
|
chatErrorContextWindow: "La conversazione è diventata troppo lunga. Inizia una nuova chat per continuare.",
|
|
729
778
|
chatErrorConversationBlocked: "Questa conversazione è stata bloccata per violazione delle policy.",
|
|
730
779
|
chatErrorCreditExhausted: "Servizio non disponibile. Riprova più tardi.",
|
|
731
|
-
chatErrorGeneric: "Errore durante la richiesta. Se il problema persiste inizia una nuova chat. Riprovo tra {seconds}...",
|
|
732
780
|
chatErrorGatewayPromptTraining: "Il modello \"{model}\" non supporta l'opzione \"Disabilita addestramento prompt\". Disattiva questa impostazione nella configurazione del gateway dell'agente oppure scegli un modello compatibile.",
|
|
733
781
|
chatErrorGatewayZdr: "Il modello \"{model}\" non supporta l'opzione \"Zero Data Retention\". Disattiva ZDR nella configurazione del gateway dell'agente oppure scegli un modello compatibile.",
|
|
782
|
+
chatErrorGeneric: "Errore durante la richiesta. Se il problema persiste inizia una nuova chat. Riprovo tra {seconds}...",
|
|
734
783
|
chatErrorInternalServer: "Si è verificato un errore del server. Inizia una nuova chat per continuare.",
|
|
735
784
|
chatErrorNotFound: "La conversazione non è più disponibile. Inizia una nuova chat per continuare.",
|
|
736
785
|
chatErrorOriginNotAllowed: "L'origine della richiesta non è consentita. Contatta l'amministratore del sistema.",
|
|
@@ -837,8 +886,8 @@ var un = {
|
|
|
837
886
|
"deepseek-v32": "Deepseek v3.2",
|
|
838
887
|
"deepseek-v32-thinking": "Deepseek v3.2 Thinking",
|
|
839
888
|
"deepseek-v4": "Deepseek v4.0",
|
|
840
|
-
"deepseek-v4-pro": "Deepseek v4.0 Pro",
|
|
841
889
|
"deepseek-v4-flash": "Deepseek v4.0 Flash",
|
|
890
|
+
"deepseek-v4-pro": "Deepseek v4.0 Pro",
|
|
842
891
|
"gemini-25-flash": "Gemini 2.5 Flash",
|
|
843
892
|
"gemini-25-flash-lite": "Gemini 2.5 Flash Lite",
|
|
844
893
|
"gemini-25-pro": "Gemini 2.5 Pro",
|
|
@@ -884,6 +933,7 @@ var un = {
|
|
|
884
933
|
model: "Seleziona il modello",
|
|
885
934
|
name: "Inserisci il nome",
|
|
886
935
|
noTrustedOrigins: "Nessuna origine attendibile configurata",
|
|
936
|
+
pages: "1, 4, 6, 8-12",
|
|
887
937
|
pasteJsonSample: "Incolla un esempio JSON per generare lo schema",
|
|
888
938
|
phone: "Inserisci il numero di telefono",
|
|
889
939
|
prompt: "Inserisci il prompt",
|
|
@@ -1170,6 +1220,52 @@ var un = {
|
|
|
1170
1220
|
chat: "Chat",
|
|
1171
1221
|
reasoning: "Reasoning"
|
|
1172
1222
|
},
|
|
1223
|
+
chartLabel: {
|
|
1224
|
+
"2g": "2G",
|
|
1225
|
+
"3g": "3G",
|
|
1226
|
+
"4g": "4G",
|
|
1227
|
+
Africa: "Africa",
|
|
1228
|
+
America: "America",
|
|
1229
|
+
Asia: "Asia",
|
|
1230
|
+
Australia: "Australia",
|
|
1231
|
+
Europe: "Europe",
|
|
1232
|
+
Pacific: "Pacific",
|
|
1233
|
+
abusive: "Abusive",
|
|
1234
|
+
aggressive: "Aggressive",
|
|
1235
|
+
critical: "Critical",
|
|
1236
|
+
dark: "Dark",
|
|
1237
|
+
data_leak: "Data leak",
|
|
1238
|
+
degrading: "Degrading",
|
|
1239
|
+
desktop: "Desktop",
|
|
1240
|
+
direct: "Direct",
|
|
1241
|
+
disengaged: "Disengaged",
|
|
1242
|
+
excited: "Excited",
|
|
1243
|
+
frustrated: "Frustrated",
|
|
1244
|
+
goal_met: "Goal met",
|
|
1245
|
+
goal_not_met: "Goal not met",
|
|
1246
|
+
hallucination: "Hallucination",
|
|
1247
|
+
high: "High",
|
|
1248
|
+
impatient: "Impatient",
|
|
1249
|
+
improving: "Improving",
|
|
1250
|
+
inappropriate_tone: "Inappropriate tone",
|
|
1251
|
+
light: "Light",
|
|
1252
|
+
low: "Low",
|
|
1253
|
+
medium: "Medium",
|
|
1254
|
+
mobile: "Mobile",
|
|
1255
|
+
negative: "Negative",
|
|
1256
|
+
neutral: "Neutral",
|
|
1257
|
+
off_brand: "Off-brand",
|
|
1258
|
+
polite: "Polite",
|
|
1259
|
+
positive: "Positive",
|
|
1260
|
+
refusal_loop: "Refusal loop",
|
|
1261
|
+
repetition: "Repetition",
|
|
1262
|
+
"slow-2g": "Slow 2G",
|
|
1263
|
+
stable: "Stable",
|
|
1264
|
+
tablet: "Tablet",
|
|
1265
|
+
unanalyzed: "Unanalyzed",
|
|
1266
|
+
unclear: "Unclear",
|
|
1267
|
+
unknown: "Unknown"
|
|
1268
|
+
},
|
|
1173
1269
|
conversationAnalysis: {
|
|
1174
1270
|
abuseCategory: {
|
|
1175
1271
|
data_extraction: "Data extraction",
|
|
@@ -1243,6 +1339,7 @@ var un = {
|
|
|
1243
1339
|
sitemap: "XML Sitemap"
|
|
1244
1340
|
},
|
|
1245
1341
|
documentMetadata: {
|
|
1342
|
+
analyzedPages: "analyze {pages} on",
|
|
1246
1343
|
pageCount: "no pages | {n} page | {n} pages",
|
|
1247
1344
|
readingTime: "{minutes} min",
|
|
1248
1345
|
wordCount: "{count} words"
|
|
@@ -1280,6 +1377,8 @@ var un = {
|
|
|
1280
1377
|
aiDescriptionPrompt: "Prompt used to generate the description",
|
|
1281
1378
|
documentFile: "PDF and Microsoft Word (.docx) files are allowed",
|
|
1282
1379
|
followExternal: "Retrieve links from different domains",
|
|
1380
|
+
forceOcr: "Force text extraction via OCR (Document Intelligence). Useful for scanned PDFs or when the normal extraction produces insufficient results.",
|
|
1381
|
+
pages: "Specify which pages to process. Leave empty to process all pages. Extraction will use OCR (Document Intelligence).",
|
|
1283
1382
|
useBrowserEngine: "Slower, but allows analysis of dynamic pages",
|
|
1284
1383
|
useExtractionStrategy: "Improve data extraction with AI"
|
|
1285
1384
|
},
|
|
@@ -1349,341 +1448,7 @@ var un = {
|
|
|
1349
1448
|
expired: "Expired",
|
|
1350
1449
|
pending: "Pending"
|
|
1351
1450
|
},
|
|
1352
|
-
label: {
|
|
1353
|
-
AI: "AI",
|
|
1354
|
-
acceptInvitationAndCreateAccount: "Accept the invitation and create your account",
|
|
1355
|
-
active: "Active",
|
|
1356
|
-
addApiTool: "Add API Tool",
|
|
1357
|
-
additionalMetadata: "Additional metadata",
|
|
1358
|
-
admin: "Admin",
|
|
1359
|
-
advancedOptions: "Advanced options",
|
|
1360
|
-
agent: "Agente",
|
|
1361
|
-
agentResponse: "Agent response",
|
|
1362
|
-
agentTree: "Agent Tree",
|
|
1363
|
-
agents: "Agents",
|
|
1364
|
-
agentsUsed: "Agents used",
|
|
1365
|
-
aiDescription: "AI Generated",
|
|
1366
|
-
aiDescriptionModel: "AI model",
|
|
1367
|
-
aiDescriptionPrompt: "Custom prompt",
|
|
1368
|
-
allAgents: "All agents",
|
|
1369
|
-
analysis: "Analysis",
|
|
1370
|
-
anonymous: "Anonymous",
|
|
1371
|
-
answer: "Answer",
|
|
1372
|
-
apiKey: "API Key",
|
|
1373
|
-
apiKeys: "API Keys",
|
|
1374
|
-
appearance: "Appearance",
|
|
1375
|
-
assistantMessage: "Assistant response",
|
|
1376
|
-
attention: "Attention",
|
|
1377
|
-
audience: "Audience",
|
|
1378
|
-
auto: "Auto",
|
|
1379
|
-
autoDetected: "Automatically detected",
|
|
1380
|
-
autoProvisioning: "Auto provisioning",
|
|
1381
|
-
autoProvisioningDescription: "Users who authenticate through these identity providers or domains will be automatically added to your organization with the default role.",
|
|
1382
|
-
autoRefreshOff: "Paused",
|
|
1383
|
-
autoRefreshOn: "Live",
|
|
1384
|
-
avgChatsPerUser: "Chats per user",
|
|
1385
|
-
avgMessagesPerChat: "Messages per chat",
|
|
1386
|
-
avgTime: "Avg. time",
|
|
1387
|
-
banned: "Banned",
|
|
1388
|
-
black: "Black",
|
|
1389
|
-
blocked: "Blocked",
|
|
1390
|
-
body: "Body",
|
|
1391
|
-
cached: "cached",
|
|
1392
|
-
calendarEvent: "Event",
|
|
1393
|
-
changePassword: "Change Password",
|
|
1394
|
-
chat: "Chat",
|
|
1395
|
-
chatCreatedAgo: "Created",
|
|
1396
|
-
chatOrigin: "Chat origin",
|
|
1397
|
-
chatStatistics: "Statistics",
|
|
1398
|
-
chatUpdatedAgo: "Last message",
|
|
1399
|
-
chatWidget: "Chat Widget",
|
|
1400
|
-
chunks: "Chunks",
|
|
1401
|
-
clear: "Clear",
|
|
1402
|
-
codeEditor: "Code",
|
|
1403
|
-
collapseContext: "Hide context",
|
|
1404
|
-
comment: "Comment",
|
|
1405
|
-
comparison: "Comparison",
|
|
1406
|
-
completeName: "Full name",
|
|
1407
|
-
configMcpServer: "Configure MCP server",
|
|
1408
|
-
configure: "Configure",
|
|
1409
|
-
confirmPassword: "Confirm password",
|
|
1410
|
-
connectMcpServer: "Connect MCP server",
|
|
1411
|
-
connectSubAgent: "Connect sub-agent",
|
|
1412
|
-
const: "Constant",
|
|
1413
|
-
contactUs: "Contact us",
|
|
1414
|
-
content: "Content",
|
|
1415
|
-
contentPreview: "Content preview",
|
|
1416
|
-
conversations: "Conversations",
|
|
1417
|
-
conversationsOverTime: "Conversations over time",
|
|
1418
|
-
costInUSD: "Cost in USD",
|
|
1419
|
-
crawlMode: "Crawl Mode",
|
|
1420
|
-
createdAt: "Created at",
|
|
1421
|
-
createdBy: "Created by",
|
|
1422
|
-
credit: "Cretit",
|
|
1423
|
-
creditRemaining: "Remaining credit",
|
|
1424
|
-
creditUpdatedAt: "Credit updated at",
|
|
1425
|
-
credits: "Credits",
|
|
1426
|
-
curlExample: "cURL Example",
|
|
1427
|
-
currentPassword: "Current password",
|
|
1428
|
-
customCss: "Custom CSS",
|
|
1429
|
-
dailyUsage: "Daily usage",
|
|
1430
|
-
dark: "Dark",
|
|
1431
|
-
datetime: "Date / Time",
|
|
1432
|
-
day: "Day",
|
|
1433
|
-
dayRateLimit: "Day Rate Limit",
|
|
1434
|
-
days: "{count} day | {count} days",
|
|
1435
|
-
default: "Default",
|
|
1436
|
-
defaultRole: "Default role",
|
|
1437
|
-
deleted: "Deleted",
|
|
1438
|
-
description: "Description",
|
|
1439
|
-
deselectAction: "Remove",
|
|
1440
|
-
details: "Details",
|
|
1441
|
-
deviceContext: "Device context",
|
|
1442
|
-
disabled: "Disabled",
|
|
1443
|
-
disallowPromptTraining: "Prompt Training disallowed",
|
|
1444
|
-
dismissableNotice: "Notice",
|
|
1445
|
-
documentType: "Document type",
|
|
1446
|
-
downloadFile: "Download file",
|
|
1447
|
-
downloading: "Downloading",
|
|
1448
|
-
duration: "Duration",
|
|
1449
|
-
editApiTool: "Edit API Tool",
|
|
1450
|
-
editMcpServer: "Edit MCP server",
|
|
1451
|
-
editSubAgent: "Edit sub-agent",
|
|
1452
|
-
effectiveCredit: "Effective credit",
|
|
1453
|
-
email: "Email",
|
|
1454
|
-
emailDomain: "Email domain",
|
|
1455
|
-
emailVerified: "Email verified",
|
|
1456
|
-
embed: "Embed",
|
|
1457
|
-
embedCode: "Embed Code",
|
|
1458
|
-
enabled: "Enabled",
|
|
1459
|
-
enabledTools: "Enabled tools",
|
|
1460
|
-
endDate: "End date",
|
|
1461
|
-
engagement: "Engagement",
|
|
1462
|
-
error: "Error",
|
|
1463
|
-
expandContext: "Show more context",
|
|
1464
|
-
expireIn: "Expires in",
|
|
1465
|
-
expires: "Expires",
|
|
1466
|
-
expiresAt: "Expiration",
|
|
1467
|
-
externalAuth: "External authentication",
|
|
1468
|
-
externalAuthDescription: "Configure external authentication providers to allow authentication via JWT tokens issued by these providers. Users authenticated through these providers will be automatically added to your organization with the default role (auto provisioning).",
|
|
1469
|
-
fallbackModels: "Fallback models",
|
|
1470
|
-
feedback: "Feedback",
|
|
1471
|
-
file: "File",
|
|
1472
|
-
fileUpload: "File Upload",
|
|
1473
|
-
fileUploadAllowedMimeTypes: "Allowed file types",
|
|
1474
|
-
fileUploadEnabled: "Enable file upload",
|
|
1475
|
-
fileUploadMaxFileSize: "Max file size (MB)",
|
|
1476
|
-
fileUploadMaxFilesPerChat: "Max files per chat",
|
|
1477
|
-
fileUploadMaxFilesPerMessage: "Max files per message",
|
|
1478
|
-
filters: "Filters",
|
|
1479
|
-
floatingButtonPosition: "Button position",
|
|
1480
|
-
followExternal: "Follow External Links",
|
|
1481
|
-
footer: "Footer",
|
|
1482
|
-
frequencyPenalty: "Frequency Penalty",
|
|
1483
|
-
fullDuration: "Duration (ms)",
|
|
1484
|
-
gallery: "Gallery ({count} images)",
|
|
1485
|
-
general: "General",
|
|
1486
|
-
generateSchemaFromJson: "Generate schema from JSON",
|
|
1487
|
-
header: "Header",
|
|
1488
|
-
headers: "Headers",
|
|
1489
|
-
healthCheckPath: "Health check",
|
|
1490
|
-
hourRateLimit: "Hour Rate Limit",
|
|
1491
|
-
httpHeaderKey: "Key",
|
|
1492
|
-
httpHeaderValue: "Value",
|
|
1493
|
-
httpHeaders: "HTTP headers",
|
|
1494
|
-
iframe: "Iframe",
|
|
1495
|
-
iframeCode: "Iframe Code",
|
|
1496
|
-
impersonated: "Impersonated",
|
|
1497
|
-
importing: "Importing",
|
|
1498
|
-
inRedis: "In Redis",
|
|
1499
|
-
inStock: "In stock",
|
|
1500
|
-
indexStatus: "Index status",
|
|
1501
|
-
info: "Info",
|
|
1502
|
-
initialMessage: "Initial message",
|
|
1503
|
-
input: "Input",
|
|
1504
|
-
inputSchema: "Input Schema",
|
|
1505
|
-
insertEmail: "Insert email",
|
|
1506
|
-
integration: "Integration",
|
|
1507
|
-
interface: "Interface",
|
|
1508
|
-
isAutoJoinEnabled: "Automatically merge existing users with the same email",
|
|
1509
|
-
issuer: "Issuer",
|
|
1510
|
-
itemsPerPage: "Items Per Page",
|
|
1511
|
-
jsonSample: "JSON sample",
|
|
1512
|
-
jwksUrl: "JWKS URL",
|
|
1513
|
-
key: "Key",
|
|
1514
|
-
language: "Language",
|
|
1515
|
-
languages: "Languages",
|
|
1516
|
-
lastRefillAt: "Last refill at",
|
|
1517
|
-
left: "Left",
|
|
1518
|
-
light: "Light",
|
|
1519
|
-
limit: "Limit",
|
|
1520
|
-
limitedStock: "Limited stock",
|
|
1521
|
-
loadDelay: "Load Delay (ms)",
|
|
1522
|
-
loaderStrategy: "Loader Strategy",
|
|
1523
|
-
loaderStrategyDynamicImport: "Dynamic Import",
|
|
1524
|
-
loaderStrategyInlineModule: "Inline Module",
|
|
1525
|
-
loaderStrategyScriptSrc: "Script Src",
|
|
1526
|
-
locale: "Language",
|
|
1527
|
-
location: "Location",
|
|
1528
|
-
logo: "Logo",
|
|
1529
|
-
logoUrl: "Logo URL",
|
|
1530
|
-
mainColor: "Main color",
|
|
1531
|
-
maxDepth: "Max Depth",
|
|
1532
|
-
maxMessageLength: "Max Message Length",
|
|
1533
|
-
maxOutputTokens: "Max Tokens",
|
|
1534
|
-
maxPages: "Max Pages",
|
|
1535
|
-
maxStepCount: "Max Steps",
|
|
1536
|
-
mcpServer: "MCP Server",
|
|
1537
|
-
mcpServerUrl: "MPC server URL",
|
|
1538
|
-
mcpStatelessServer: "Stateless client",
|
|
1539
|
-
message: "Message",
|
|
1540
|
-
messageDetails: "Message detail",
|
|
1541
|
-
messagePlaceholder: "Placeholder",
|
|
1542
|
-
messages: "Messages",
|
|
1543
|
-
metadata: "Metadata",
|
|
1544
|
-
method: "Method",
|
|
1545
|
-
mimeTypeDocuments: "Documents",
|
|
1546
|
-
mimeTypeImages: "Images",
|
|
1547
|
-
mimeTypeText: "Text",
|
|
1548
|
-
minuteRateLimit: "Minute Rate Limit",
|
|
1549
|
-
model: "Model",
|
|
1550
|
-
month: "Month",
|
|
1551
|
-
monthRateLimit: "Month Rate Limit",
|
|
1552
|
-
name: "Name",
|
|
1553
|
-
never: "Never",
|
|
1554
|
-
newChat: "New chat",
|
|
1555
|
-
newPassword: "New password",
|
|
1556
|
-
no: "No",
|
|
1557
|
-
noDataAvailable: "No data available",
|
|
1558
|
-
noDataRetention: "ZDR",
|
|
1559
|
-
noPromptTraining: "No Prompt Training",
|
|
1560
|
-
noTimingData: "No data yet. Make a chat request to see timing logs.",
|
|
1561
|
-
noTimingDataDesc: "Start a conversation with an agent to see timing logs here in real time.",
|
|
1562
|
-
noTimingDataTitle: "No data available",
|
|
1563
|
-
notAvailable: "Not available",
|
|
1564
|
-
openSource: "Open source",
|
|
1565
|
-
or: "Or",
|
|
1566
|
-
organization: "Organization",
|
|
1567
|
-
organizations: "Organizations",
|
|
1568
|
-
origin: "Origine",
|
|
1569
|
-
originalMessage: "Original answer",
|
|
1570
|
-
origins: "Origins",
|
|
1571
|
-
outOfStock: "Out of stock",
|
|
1572
|
-
output: "Output",
|
|
1573
|
-
outputSchema: "Output Schema",
|
|
1574
|
-
passphrase: "Enter passphrase",
|
|
1575
|
-
password: "Password",
|
|
1576
|
-
peakHours: "Peak hours",
|
|
1577
|
-
pendingCharge: "Pending charge",
|
|
1578
|
-
phaseBreakdown: "Phase breakdown",
|
|
1579
|
-
phone: "Phone number",
|
|
1580
|
-
picture: "Picture",
|
|
1581
|
-
postStreaming: "Post-streaming",
|
|
1582
|
-
preStreaming: "Pre-streaming",
|
|
1583
|
-
presencePenalty: "Presence Penalty",
|
|
1584
|
-
preview: "Preview",
|
|
1585
|
-
privacyPolicyNotice: "Visible in the contact form.",
|
|
1586
|
-
processedAt: "Processed at",
|
|
1587
|
-
processing: "Processing...",
|
|
1588
|
-
profile: "Profile",
|
|
1589
|
-
prompt: "Prompt",
|
|
1590
|
-
properties: "Properties",
|
|
1591
|
-
provider: "Provider",
|
|
1592
|
-
providerOrganizationId: "Provider ID",
|
|
1593
|
-
providerTimeoutMs: "Provider timeout (ms)",
|
|
1594
|
-
qrCode: "QR Code",
|
|
1595
|
-
question: "Question",
|
|
1596
|
-
rateLimits: "Rate Limits",
|
|
1597
|
-
reasoning: "Reasoning",
|
|
1598
|
-
reasoningAgentTester: "Reasoning Agent Tester",
|
|
1599
|
-
reasoningDetails: "Reasoning details",
|
|
1600
|
-
refillAmount: "Refill amount",
|
|
1601
|
-
rememberMe: "Remember me",
|
|
1602
|
-
requestCount: "Requests",
|
|
1603
|
-
requests: "Requests",
|
|
1604
|
-
requestsPerAgent: "Requests per agent",
|
|
1605
|
-
requestsUsed: "Requests used",
|
|
1606
|
-
required: "Required",
|
|
1607
|
-
requiredFields: "Required fields",
|
|
1608
|
-
revisedMessage: "Revised answer",
|
|
1609
|
-
right: "Right",
|
|
1610
|
-
role: "Role",
|
|
1611
|
-
schemas: "Schemas",
|
|
1612
|
-
searchMode: "Search Mode",
|
|
1613
|
-
security: "Security",
|
|
1614
|
-
selectAgent: "Select an agent",
|
|
1615
|
-
selectedHint: "Selected",
|
|
1616
|
-
sentiment: "Sentiment",
|
|
1617
|
-
serverInfo: "MCP Server info",
|
|
1618
|
-
settings: "Settings",
|
|
1619
|
-
showing: "Showing",
|
|
1620
|
-
similarity: "Similarity",
|
|
1621
|
-
sitemapUrl: "Sitemap URL",
|
|
1622
|
-
slowest: "Slowest",
|
|
1623
|
-
slug: "Slug",
|
|
1624
|
-
source: "Source",
|
|
1625
|
-
sources: "Sources",
|
|
1626
|
-
startDate: "Start date",
|
|
1627
|
-
startUrl: "Start URL",
|
|
1628
|
-
status: "Status",
|
|
1629
|
-
steps: "steps",
|
|
1630
|
-
streaming: "Streaming",
|
|
1631
|
-
style: "Style",
|
|
1632
|
-
subAgent: "Sub-agent",
|
|
1633
|
-
subject: "Subject",
|
|
1634
|
-
temperature: "Temperature",
|
|
1635
|
-
testPlayground: "Test Playground",
|
|
1636
|
-
textColor: "Text color",
|
|
1637
|
-
theme: "Theme",
|
|
1638
|
-
timelineSteps: "Timeline steps",
|
|
1639
|
-
timeoutMs: "Timeout (ms)",
|
|
1640
|
-
title: "Title",
|
|
1641
|
-
tokens: "tokens",
|
|
1642
|
-
tool: "Tool",
|
|
1643
|
-
toolName: "Tool name: {name}",
|
|
1644
|
-
tools: "Tools",
|
|
1645
|
-
topTopics: "Top topics",
|
|
1646
|
-
total: "Total",
|
|
1647
|
-
totalConversations: "Chat in total",
|
|
1648
|
-
totalCost: "Total cost",
|
|
1649
|
-
totalItemsCount: "Items: {total}",
|
|
1650
|
-
totalMessages: "Messages in total",
|
|
1651
|
-
totalPages: "of {total}",
|
|
1652
|
-
trustedOrigins: "Trusted Origins",
|
|
1653
|
-
tuning: "Tuning",
|
|
1654
|
-
type: "Type",
|
|
1655
|
-
typeMain: "Main",
|
|
1656
|
-
typeSub: "Sub",
|
|
1657
|
-
uniqueUsers: "Unique users",
|
|
1658
|
-
unitChat: "chats",
|
|
1659
|
-
unitChatPerUser: "chats",
|
|
1660
|
-
unitMessages: "messages",
|
|
1661
|
-
unitMessagesPerChat: "messages",
|
|
1662
|
-
unitUsers: "users",
|
|
1663
|
-
updateProfile: "Update profile",
|
|
1664
|
-
updatedAt: "Updated at",
|
|
1665
|
-
upload: "Upload {index}/{total}",
|
|
1666
|
-
url: "Web page URL",
|
|
1667
|
-
usage: "Usage",
|
|
1668
|
-
useBrowserEngine: "Browser engine",
|
|
1669
|
-
useExtractionStrategy: "Use AI",
|
|
1670
|
-
user: "User",
|
|
1671
|
-
userInput: "Selected option",
|
|
1672
|
-
userPrompt: "User question",
|
|
1673
|
-
userQuestion: "Question",
|
|
1674
|
-
users: "Users",
|
|
1675
|
-
value: "Value",
|
|
1676
|
-
version: "Version",
|
|
1677
|
-
viewPdfPage: "View PDF page",
|
|
1678
|
-
visibility: "Visibility",
|
|
1679
|
-
visualEditor: "Visual",
|
|
1680
|
-
vote: "Vote",
|
|
1681
|
-
welcome: "Welcome to {appName}!",
|
|
1682
|
-
white: "White",
|
|
1683
|
-
widgetUrl: "Widget URL",
|
|
1684
|
-
yes: "Yes",
|
|
1685
|
-
zeroDataRetention: "Zero Data Retention (ZDR)"
|
|
1686
|
-
},
|
|
1451
|
+
label: /* @__PURE__ */ JSON.parse("{\"AI\":\"AI\",\"acceptInvitationAndCreateAccount\":\"Accept the invitation and create your account\",\"active\":\"Active\",\"addApiTool\":\"Add API Tool\",\"additionalMetadata\":\"Additional metadata\",\"admin\":\"Admin\",\"advancedOptions\":\"Advanced options\",\"agent\":\"Agente\",\"agentResponse\":\"Agent response\",\"agentTree\":\"Agent Tree\",\"agents\":\"Agents\",\"agentsUsed\":\"Agents used\",\"aiDescription\":\"AI Generated\",\"aiDescriptionModel\":\"AI model\",\"aiDescriptionPrompt\":\"Custom prompt\",\"allAgents\":\"All agents\",\"analysis\":\"Analysis\",\"anonymous\":\"Anonymous\",\"answer\":\"Answer\",\"apiKey\":\"API Key\",\"apiKeys\":\"API Keys\",\"appearance\":\"Appearance\",\"arrayOfObjects\":\"Array of objects\",\"assistantMessage\":\"Assistant response\",\"attention\":\"Attention\",\"audience\":\"Audience\",\"auto\":\"Auto\",\"autoDetected\":\"Automatically detected\",\"autoProvisioning\":\"Auto provisioning\",\"autoProvisioningDescription\":\"Users who authenticate through these identity providers or domains will be automatically added to your organization with the default role.\",\"autoRefreshOff\":\"Paused\",\"autoRefreshOn\":\"Live\",\"avgChatsPerUser\":\"Chats per user\",\"avgMessagesPerChat\":\"Messages per chat\",\"avgTime\":\"Avg. time\",\"banned\":\"Banned\",\"black\":\"Black\",\"blocked\":\"Blocked\",\"blockedReasons\":\"Blocked reasons\",\"body\":\"Body\",\"browsers\":\"Browsers\",\"cached\":\"cached\",\"calendarEvent\":\"Event\",\"changePassword\":\"Change Password\",\"chat\":\"Chat\",\"chatCreatedAgo\":\"Created\",\"chatOrigin\":\"Chat origin\",\"chatStatistics\":\"Statistics\",\"chatUpdatedAgo\":\"Last message\",\"chatWidget\":\"Chat Widget\",\"chunks\":\"Chunks\",\"clear\":\"Clear\",\"codeEditor\":\"Code\",\"collapseContext\":\"Hide context\",\"comment\":\"Comment\",\"comparison\":\"Comparison\",\"completeName\":\"Full name\",\"configMcpServer\":\"Configure MCP server\",\"configure\":\"Configure\",\"confirmPassword\":\"Confirm password\",\"connectMcpServer\":\"Connect MCP server\",\"connectSubAgent\":\"Connect sub-agent\",\"connectionTypes\":\"Connection type\",\"const\":\"Constant\",\"contactUs\":\"Contact us\",\"content\":\"Content\",\"contentPreview\":\"Content preview\",\"conversationLengthBuckets\":\"Conversation length\",\"conversations\":\"Conversations\",\"conversationsOverTime\":\"Conversations over time\",\"costInUSD\":\"Cost in USD\",\"crawlMode\":\"Crawl Mode\",\"createdAt\":\"Created at\",\"createdBy\":\"Created by\",\"credit\":\"Cretit\",\"creditRemaining\":\"Remaining credit\",\"creditUpdatedAt\":\"Credit updated at\",\"credits\":\"Credits\",\"curlExample\":\"cURL Example\",\"currentPassword\":\"Current password\",\"customCss\":\"Custom CSS\",\"dailyUsage\":\"Daily usage\",\"dark\":\"Dark\",\"darkModePreference\":\"Dark mode\",\"datetime\":\"Date / Time\",\"day\":\"Day\",\"dayRateLimit\":\"Day Rate Limit\",\"days\":\"{count} day | {count} days\",\"default\":\"Default\",\"defaultRole\":\"Default role\",\"deleted\":\"Deleted\",\"description\":\"Description\",\"deselectAction\":\"Remove\",\"details\":\"Details\",\"deviceContext\":\"Device context\",\"deviceTypes\":\"Device type\",\"disabled\":\"Disabled\",\"disallowPromptTraining\":\"Prompt Training disallowed\",\"dismissableNotice\":\"Notice\",\"documentType\":\"Document type\",\"downloadFile\":\"Download file\",\"downloading\":\"Downloading\",\"duration\":\"Duration\",\"editApiTool\":\"Edit API Tool\",\"editMcpServer\":\"Edit MCP server\",\"editSubAgent\":\"Edit sub-agent\",\"effectiveCredit\":\"Effective credit\",\"email\":\"Email\",\"emailDomain\":\"Email domain\",\"emailVerified\":\"Email verified\",\"embed\":\"Embed\",\"embedCode\":\"Embed Code\",\"enabled\":\"Enabled\",\"enabledTools\":\"Enabled tools\",\"endDate\":\"End date\",\"engagement\":\"Engagement\",\"error\":\"Error\",\"expandContext\":\"Show more context\",\"expireIn\":\"Expires in\",\"expires\":\"Expires\",\"expiresAt\":\"Expiration\",\"externalAuth\":\"External authentication\",\"externalAuthDescription\":\"Configure external authentication providers to allow authentication via JWT tokens issued by these providers. Users authenticated through these providers will be automatically added to your organization with the default role (auto provisioning).\",\"fallbackModels\":\"Fallback models\",\"feedback\":\"Feedback\",\"file\":\"File\",\"fileUpload\":\"File Upload\",\"fileUploadAllowedMimeTypes\":\"Allowed file types\",\"fileUploadEnabled\":\"Enable file upload\",\"fileUploadMaxFileSize\":\"Max file size (MB)\",\"fileUploadMaxFilesPerChat\":\"Max files per chat\",\"fileUploadMaxFilesPerMessage\":\"Max files per message\",\"filters\":\"Filters\",\"floatingButtonPosition\":\"Button position\",\"followExternal\":\"Follow External Links\",\"footer\":\"Footer\",\"forceOcr\":\"Force OCR\",\"frequencyPenalty\":\"Frequency Penalty\",\"fullDuration\":\"Duration (ms)\",\"gallery\":\"Gallery ({count} images)\",\"general\":\"General\",\"generateSchemaFromJson\":\"Generate schema from JSON\",\"goalOutcome\":\"Goal outcome\",\"header\":\"Header\",\"headers\":\"Headers\",\"healthCheckPath\":\"Health check\",\"hourRateLimit\":\"Hour Rate Limit\",\"httpHeaderKey\":\"Key\",\"httpHeaderValue\":\"Value\",\"httpHeaders\":\"HTTP headers\",\"iframe\":\"Iframe\",\"iframeCode\":\"Iframe Code\",\"impersonated\":\"Impersonated\",\"importing\":\"Importing\",\"inRedis\":\"In Redis\",\"inStock\":\"In stock\",\"indexStatus\":\"Index status\",\"info\":\"Info\",\"initialMessage\":\"Initial message\",\"input\":\"Input\",\"inputSchema\":\"Input Schema\",\"insertEmail\":\"Insert email\",\"integration\":\"Integration\",\"interface\":\"Interface\",\"isAutoJoinEnabled\":\"Automatically merge existing users with the same email\",\"issuer\":\"Issuer\",\"itemsPerPage\":\"Items Per Page\",\"jsonSample\":\"JSON sample\",\"jwksUrl\":\"JWKS URL\",\"key\":\"Key\",\"language\":\"Language\",\"languages\":\"Languages\",\"lastRefillAt\":\"Last refill at\",\"left\":\"Left\",\"light\":\"Light\",\"limit\":\"Limit\",\"limitedStock\":\"Limited stock\",\"llmIssues\":\"LLM issues\",\"loadDelay\":\"Load Delay (ms)\",\"loaderStrategy\":\"Loader Strategy\",\"loaderStrategyDynamicImport\":\"Dynamic Import\",\"loaderStrategyInlineModule\":\"Inline Module\",\"loaderStrategyScriptSrc\":\"Script Src\",\"locale\":\"Language\",\"location\":\"Location\",\"logo\":\"Logo\",\"logoUrl\":\"Logo URL\",\"mainColor\":\"Main color\",\"maxDepth\":\"Max Depth\",\"maxMessageLength\":\"Max Message Length\",\"maxOutputTokens\":\"Max Tokens\",\"maxPages\":\"Max Pages\",\"maxStepCount\":\"Max Steps\",\"mcpServer\":\"MCP Server\",\"mcpServerUrl\":\"MPC server URL\",\"mcpStatelessServer\":\"Stateless client\",\"message\":\"Message\",\"messageDetails\":\"Message detail\",\"messagePlaceholder\":\"Placeholder\",\"messages\":\"Messages\",\"metadata\":\"Metadata\",\"method\":\"Method\",\"mimeTypeDocuments\":\"Documents\",\"mimeTypeImages\":\"Images\",\"mimeTypeText\":\"Text\",\"minuteRateLimit\":\"Minute Rate Limit\",\"model\":\"Model\",\"month\":\"Month\",\"monthRateLimit\":\"Month Rate Limit\",\"name\":\"Name\",\"never\":\"Never\",\"newChat\":\"New chat\",\"newPassword\":\"New password\",\"no\":\"No\",\"noDataAvailable\":\"No data available\",\"noDataRetention\":\"ZDR\",\"noPromptTraining\":\"No Prompt Training\",\"noTimingData\":\"No data yet. Make a chat request to see timing logs.\",\"noTimingDataDesc\":\"Start a conversation with an agent to see timing logs here in real time.\",\"noTimingDataTitle\":\"No data available\",\"notAvailable\":\"Not available\",\"ocrUsed\":\"OCR\",\"openSource\":\"Open source\",\"operatingSystems\":\"Operating systems\",\"or\":\"Or\",\"organization\":\"Organization\",\"organizations\":\"Organizations\",\"origin\":\"Origine\",\"originalMessage\":\"Original answer\",\"origins\":\"Origins\",\"outOfStock\":\"Out of stock\",\"output\":\"Output\",\"outputSchema\":\"Output Schema\",\"pages\":\"Pages\",\"passphrase\":\"Enter passphrase\",\"password\":\"Password\",\"peakHours\":\"Peak hours\",\"pendingCharge\":\"Pending charge\",\"phaseBreakdown\":\"Phase breakdown\",\"phone\":\"Phone number\",\"picture\":\"Picture\",\"postStreaming\":\"Post-streaming\",\"preStreaming\":\"Pre-streaming\",\"presencePenalty\":\"Presence Penalty\",\"preview\":\"Preview\",\"privacyPolicyNotice\":\"Visible in the contact form.\",\"processedAt\":\"Processed at\",\"processing\":\"Processing...\",\"profile\":\"Profile\",\"prompt\":\"Prompt\",\"properties\":\"Properties\",\"provider\":\"Provider\",\"providerOrganizationId\":\"Provider ID\",\"providerTimeoutMs\":\"Provider timeout (ms)\",\"qrCode\":\"QR Code\",\"question\":\"Question\",\"rateLimits\":\"Rate Limits\",\"reasoning\":\"Reasoning\",\"reasoningAgentTester\":\"Reasoning Agent Tester\",\"reasoningDetails\":\"Reasoning details\",\"referrerDomains\":\"Referrer domains\",\"refillAmount\":\"Refill amount\",\"rememberMe\":\"Remember me\",\"requestCount\":\"Requests\",\"requests\":\"Requests\",\"requestsPerAgent\":\"Requests per agent\",\"requestsUsed\":\"Requests used\",\"required\":\"Required\",\"requiredFields\":\"Required fields\",\"revisedMessage\":\"Revised answer\",\"right\":\"Right\",\"riskScoreBands\":\"Risk score bands\",\"role\":\"Role\",\"schemaRootArray\":\"Array\",\"schemaRootObject\":\"Object\",\"schemas\":\"Schemas\",\"screenCategories\":\"Screen category\",\"searchMode\":\"Search Mode\",\"sectionConversationQuality\":\"Conversation quality\",\"sectionDeviceContext\":\"Devices & context\",\"sectionTraffic\":\"Traffic\",\"security\":\"Security\",\"selectAgent\":\"Select an agent\",\"selectedHint\":\"Selected\",\"sentiment\":\"Sentiment\",\"sentimentTrends\":\"Sentiment trends\",\"serverInfo\":\"MCP Server info\",\"settings\":\"Settings\",\"showing\":\"Showing\",\"similarity\":\"Similarity\",\"sitemapUrl\":\"Sitemap URL\",\"slowest\":\"Slowest\",\"slug\":\"Slug\",\"source\":\"Source\",\"sources\":\"Sources\",\"startDate\":\"Start date\",\"startUrl\":\"Start URL\",\"status\":\"Status\",\"steps\":\"steps\",\"streaming\":\"Streaming\",\"style\":\"Style\",\"subAgent\":\"Sub-agent\",\"subject\":\"Subject\",\"temperature\":\"Temperature\",\"testPlayground\":\"Test Playground\",\"textColor\":\"Text color\",\"theme\":\"Theme\",\"timelineSteps\":\"Timeline steps\",\"timeoutMs\":\"Timeout (ms)\",\"timezoneRegions\":\"Timezone region\",\"title\":\"Title\",\"tokens\":\"tokens\",\"tool\":\"Tool\",\"toolName\":\"Tool name: {name}\",\"tools\":\"Tools\",\"topPages\":\"Top pages\",\"topTopics\":\"Top topics\",\"total\":\"Total\",\"totalConversations\":\"Chat in total\",\"totalCost\":\"Total cost\",\"totalItemsCount\":\"Items: {total}\",\"totalMessages\":\"Messages in total\",\"totalPages\":\"of {total}\",\"trustedOrigins\":\"Trusted Origins\",\"tuning\":\"Tuning\",\"type\":\"Type\",\"typeMain\":\"Main\",\"typeSub\":\"Sub\",\"uniqueUsers\":\"Unique users\",\"unitChat\":\"chats\",\"unitChatPerUser\":\"chats\",\"unitMessages\":\"messages\",\"unitMessagesPerChat\":\"messages\",\"unitUsers\":\"users\",\"updateProfile\":\"Update profile\",\"updatedAt\":\"Updated at\",\"upload\":\"Upload {index}/{total}\",\"url\":\"Web page URL\",\"usage\":\"Usage\",\"useBrowserEngine\":\"Browser engine\",\"useExtractionStrategy\":\"Use AI\",\"user\":\"User\",\"userInput\":\"Selected option\",\"userPrompt\":\"User question\",\"userQuestion\":\"Question\",\"userTones\":\"User tone\",\"users\":\"Users\",\"value\":\"Value\",\"version\":\"Version\",\"viewPdfPage\":\"View PDF page\",\"visibility\":\"Visibility\",\"visualEditor\":\"Visual\",\"vote\":\"Vote\",\"welcome\":\"Welcome to {appName}!\",\"white\":\"White\",\"widgetUrl\":\"Widget URL\",\"yes\":\"Yes\",\"zeroDataRetention\":\"Zero Data Retention (ZDR)\"}"),
|
|
1687
1452
|
language: {
|
|
1688
1453
|
de: "German",
|
|
1689
1454
|
en: "English",
|
|
@@ -1760,9 +1525,9 @@ var un = {
|
|
|
1760
1525
|
chatErrorContextWindow: "The conversation has become too long. Start a new chat to continue.",
|
|
1761
1526
|
chatErrorConversationBlocked: "This conversation has been blocked for policy violations.",
|
|
1762
1527
|
chatErrorCreditExhausted: "Service unavailable. Please try again later.",
|
|
1763
|
-
chatErrorGeneric: "An error occurred. Start a new chat if the problem persists. Retrying in {seconds}...",
|
|
1764
1528
|
chatErrorGatewayPromptTraining: "Model \"{model}\" does not support the \"Disable prompt training\" option. Disable this setting in the agent's gateway configuration or choose a compatible model.",
|
|
1765
1529
|
chatErrorGatewayZdr: "Model \"{model}\" does not support the \"Zero Data Retention\" option. Disable ZDR in the agent's gateway configuration or choose a compatible model.",
|
|
1530
|
+
chatErrorGeneric: "An error occurred. Start a new chat if the problem persists. Retrying in {seconds}...",
|
|
1766
1531
|
chatErrorInternalServer: "A server error occurred. Start a new chat to continue.",
|
|
1767
1532
|
chatErrorNotFound: "The conversation is no longer available. Start a new chat to continue.",
|
|
1768
1533
|
chatErrorOriginNotAllowed: "The request origin is not allowed. Contact the system administrator.",
|
|
@@ -1869,8 +1634,8 @@ var un = {
|
|
|
1869
1634
|
"deepseek-v32": "Deepseek v3.2",
|
|
1870
1635
|
"deepseek-v32-thinking": "Deepseek v3.2 Thinking",
|
|
1871
1636
|
"deepseek-v4": "Deepseek v4.0",
|
|
1872
|
-
"deepseek-v4-pro": "Deepseek v4.0 Pro",
|
|
1873
1637
|
"deepseek-v4-flash": "Deepseek v4.0 Flash",
|
|
1638
|
+
"deepseek-v4-pro": "Deepseek v4.0 Pro",
|
|
1874
1639
|
"gemini-25-flash": "Gemini 2.5 Flash",
|
|
1875
1640
|
"gemini-25-flash-lite": "Gemini 2.5 Flash Lite",
|
|
1876
1641
|
"gemini-25-pro": "Gemini 2.5 Pro",
|
|
@@ -1916,6 +1681,7 @@ var un = {
|
|
|
1916
1681
|
model: "Select model",
|
|
1917
1682
|
name: "Enter name",
|
|
1918
1683
|
noTrustedOrigins: "No trusted origins configured",
|
|
1684
|
+
pages: "1, 4, 6, 8-12",
|
|
1919
1685
|
pasteJsonSample: "Paste a JSON example to generate the schema",
|
|
1920
1686
|
phone: "Enter your phone number",
|
|
1921
1687
|
prompt: "Enter the prompt",
|
|
@@ -2281,8 +2047,8 @@ function hn() {
|
|
|
2281
2047
|
return mn.includes(e) ? e : "en";
|
|
2282
2048
|
}
|
|
2283
2049
|
var gn = xe({
|
|
2284
|
-
legacy: !1,
|
|
2285
2050
|
locale: hn(),
|
|
2051
|
+
legacy: !1,
|
|
2286
2052
|
globalInjection: !0,
|
|
2287
2053
|
fallbackWarn: !1,
|
|
2288
2054
|
messages: {
|
|
@@ -2309,7 +2075,7 @@ var gn = xe({
|
|
|
2309
2075
|
currencySign: "accounting",
|
|
2310
2076
|
notation: "standard",
|
|
2311
2077
|
maximumFractionDigits: 4,
|
|
2312
|
-
useGrouping:
|
|
2078
|
+
useGrouping: !0
|
|
2313
2079
|
},
|
|
2314
2080
|
currencyUSD: {
|
|
2315
2081
|
style: "currency",
|
|
@@ -2317,7 +2083,7 @@ var gn = xe({
|
|
|
2317
2083
|
currencySign: "accounting",
|
|
2318
2084
|
notation: "standard",
|
|
2319
2085
|
maximumFractionDigits: 4,
|
|
2320
|
-
useGrouping:
|
|
2086
|
+
useGrouping: !0
|
|
2321
2087
|
},
|
|
2322
2088
|
EUR: {
|
|
2323
2089
|
style: "currency",
|
|
@@ -2325,7 +2091,7 @@ var gn = xe({
|
|
|
2325
2091
|
currencyDisplay: "narrowSymbol",
|
|
2326
2092
|
notation: "standard",
|
|
2327
2093
|
maximumFractionDigits: 2,
|
|
2328
|
-
useGrouping:
|
|
2094
|
+
useGrouping: !0
|
|
2329
2095
|
},
|
|
2330
2096
|
USD: {
|
|
2331
2097
|
style: "currency",
|
|
@@ -2333,19 +2099,19 @@ var gn = xe({
|
|
|
2333
2099
|
currencyDisplay: "narrowSymbol",
|
|
2334
2100
|
notation: "standard",
|
|
2335
2101
|
maximumFractionDigits: 2,
|
|
2336
|
-
useGrouping:
|
|
2102
|
+
useGrouping: !0
|
|
2337
2103
|
},
|
|
2338
2104
|
decimal: {
|
|
2339
2105
|
style: "decimal",
|
|
2340
2106
|
minimumFractionDigits: 2,
|
|
2341
2107
|
maximumFractionDigits: 2,
|
|
2342
|
-
useGrouping:
|
|
2108
|
+
useGrouping: !0
|
|
2343
2109
|
},
|
|
2344
2110
|
integer: {
|
|
2345
2111
|
style: "decimal",
|
|
2346
2112
|
minimumFractionDigits: 0,
|
|
2347
2113
|
maximumFractionDigits: 0,
|
|
2348
|
-
useGrouping:
|
|
2114
|
+
useGrouping: !0
|
|
2349
2115
|
},
|
|
2350
2116
|
compact: {
|
|
2351
2117
|
style: "decimal",
|
|
@@ -2353,7 +2119,7 @@ var gn = xe({
|
|
|
2353
2119
|
compactDisplay: "short",
|
|
2354
2120
|
minimumFractionDigits: 0,
|
|
2355
2121
|
maximumFractionDigits: 1,
|
|
2356
|
-
useGrouping:
|
|
2122
|
+
useGrouping: !0
|
|
2357
2123
|
}
|
|
2358
2124
|
},
|
|
2359
2125
|
en: {
|
|
@@ -2363,7 +2129,7 @@ var gn = xe({
|
|
|
2363
2129
|
currencySign: "accounting",
|
|
2364
2130
|
notation: "standard",
|
|
2365
2131
|
maximumFractionDigits: 4,
|
|
2366
|
-
useGrouping:
|
|
2132
|
+
useGrouping: !0
|
|
2367
2133
|
},
|
|
2368
2134
|
currencyUSD: {
|
|
2369
2135
|
style: "currency",
|
|
@@ -2371,7 +2137,7 @@ var gn = xe({
|
|
|
2371
2137
|
currencySign: "accounting",
|
|
2372
2138
|
notation: "standard",
|
|
2373
2139
|
maximumFractionDigits: 4,
|
|
2374
|
-
useGrouping:
|
|
2140
|
+
useGrouping: !0
|
|
2375
2141
|
},
|
|
2376
2142
|
EUR: {
|
|
2377
2143
|
style: "currency",
|
|
@@ -2379,7 +2145,7 @@ var gn = xe({
|
|
|
2379
2145
|
currencyDisplay: "narrowSymbol",
|
|
2380
2146
|
notation: "standard",
|
|
2381
2147
|
maximumFractionDigits: 2,
|
|
2382
|
-
useGrouping:
|
|
2148
|
+
useGrouping: !0
|
|
2383
2149
|
},
|
|
2384
2150
|
USD: {
|
|
2385
2151
|
style: "currency",
|
|
@@ -2387,19 +2153,19 @@ var gn = xe({
|
|
|
2387
2153
|
currencyDisplay: "narrowSymbol",
|
|
2388
2154
|
notation: "standard",
|
|
2389
2155
|
maximumFractionDigits: 2,
|
|
2390
|
-
useGrouping:
|
|
2156
|
+
useGrouping: !0
|
|
2391
2157
|
},
|
|
2392
2158
|
decimal: {
|
|
2393
2159
|
style: "decimal",
|
|
2394
2160
|
minimumFractionDigits: 2,
|
|
2395
2161
|
maximumFractionDigits: 2,
|
|
2396
|
-
useGrouping:
|
|
2162
|
+
useGrouping: !0
|
|
2397
2163
|
},
|
|
2398
2164
|
integer: {
|
|
2399
2165
|
style: "decimal",
|
|
2400
2166
|
minimumFractionDigits: 0,
|
|
2401
2167
|
maximumFractionDigits: 0,
|
|
2402
|
-
useGrouping:
|
|
2168
|
+
useGrouping: !0
|
|
2403
2169
|
},
|
|
2404
2170
|
compact: {
|
|
2405
2171
|
style: "decimal",
|
|
@@ -2407,7 +2173,7 @@ var gn = xe({
|
|
|
2407
2173
|
compactDisplay: "short",
|
|
2408
2174
|
minimumFractionDigits: 0,
|
|
2409
2175
|
maximumFractionDigits: 1,
|
|
2410
|
-
useGrouping:
|
|
2176
|
+
useGrouping: !0
|
|
2411
2177
|
}
|
|
2412
2178
|
}
|
|
2413
2179
|
},
|
|
@@ -2587,7 +2353,7 @@ var jn = class {
|
|
|
2587
2353
|
height: 24
|
|
2588
2354
|
}, Pn = {
|
|
2589
2355
|
prefix: "custom",
|
|
2590
|
-
lastModified:
|
|
2356
|
+
lastModified: 1777539975,
|
|
2591
2357
|
icons: {
|
|
2592
2358
|
"8wave": {
|
|
2593
2359
|
body: "<style>path{fill:currentColor}</style><path fill-rule=\"evenodd\" d=\"M216 108.9c0 14.2-2.8 28.2-8.2 41.3s-13.4 25-23.4 35-21.9 18-35 23.4-27.2 8.2-41.4 8.2-28.2-2.8-41.3-8.2-25-13.4-35.1-23.4c-10-10-17.9-21.9-23.4-35C2.8 137.1 0 123.1 0 108.9s2.8-28.2 8.2-41.3c5.5-13.1 13.4-25 23.4-35 10.1-10 22-18 35.1-23.4S93.8 1 108 1s28.3 2.8 41.4 8.2 25 13.4 35 23.4 18 21.9 23.4 35 8.2 27.1 8.2 41.3M47.4 83.1c-9.8 14.6-10.5 33.8-1.4 49 8.9 14.9 26.4 23.5 43.7 20 10.3-2.1 20.6-8.4 26.5-17.5q.4-.7.9-.1c21 21.6 55.3 9.5 60.2-19.3 5.9-34.6-34.8-58.5-60.3-32.1q-.1 0-.2.1h-.3l-.2-.2c-16.9-24.3-52.2-24.6-68.9.1m25 50.3c-3.1-1.3-5.8-3.3-8.1-5.8s-4.2-5.4-5.4-8.6c-1.3-3.3-1.9-6.7-1.9-10.3 0-3.5.6-6.9 1.9-10.2 1.2-3.2 3.1-6.1 5.4-8.6s5-4.5 8.1-5.8c3-1.3 6.2-2 9.5-2s6.5.7 9.6 2c3 1.3 5.8 3.3 8.1 5.8s4.1 5.4 5.4 8.6c1.2 3.3 1.9 6.7 1.9 10.3 0 3.5-.7 6.9-1.9 10.2-1.3 3.2-3.1 6.1-5.4 8.6s-5.1 4.5-8.1 5.8c-3.1 1.3-6.3 2-9.6 2s-6.5-.7-9.5-2m62.7-6c-2.2-1-4.2-2.4-5.9-4.2-1.6-1.9-3-4-3.9-6.4-.9-2.3-1.3-4.9-1.3-7.4 0-2.6.5-5.1 1.4-7.5.9-2.3 2.3-4.4 3.9-6.2 1.7-1.8 3.7-3.3 5.9-4.2q3.3-1.5 6.9-1.5t6.9 1.5c2.2 1 4.2 2.4 5.8 4.2 1.7 1.9 3 4 3.9 6.4.9 2.3 1.4 4.9 1.4 7.4 0 2.6-.5 5.1-1.4 7.5-.9 2.3-2.3 4.4-4 6.2-1.6 1.8-3.6 3.3-5.8 4.2-2.2 1-4.6 1.5-6.9 1.5q-3.6 0-6.9-1.5\"/><path d=\"M322 40.4V51q0 .2.1.4t.2.3q.2.2.4.3h19.7q.4 0 .5.4l.1 2.3q.1.5-.4.5h-20.1q-.8 0-1.6-.3-.7-.3-1.3-.9-.5-.5-.8-1.3-.3-.7-.3-1.5V26.5q0-4.5 4.5-4.5h19.6q.3 0 .2.3l-.1 2.9q0 .2-.2.2l-19.5-.1q-.1 0-.3.1t-.3.2q-.2.1-.2.3-.1.2-.1.4L322 36q0 .7.7.7h18.8q.9 0 .9.8v1.7q-.1.7-.8.7l-19-.1q-.6 0-.6.6m56-18q0-.3.3-.3h2.9q.3 0 .3.3v32.5q0 .3-.3.3h-2.9q-.3 0-.3-.3zm64.2 28.5V40.7q0-1.2 1.1-1.3h1q1.4-.1 1.4 1.3v10.7q0 3.7-3.7 3.8-6.4.2-13.1 0c-12-.4-12.8-12.4-11.7-21.6q1.4-11.1 12.3-11.5 7-.2 14.9 0 .8.1.7.9l-.1 1.6q-.1.7-.8.7-8.3-.2-15 .1c-10.4.4-9.5 14.5-7.5 21.3 1.2 4.5 4.9 5.3 9 5.4q5.4 0 10.5-.1 1 0 1-1.1m42.5-10.3v14.2q0 .1-.1.2l-.1.1q0 .1-.1.1h-2.9q-.1 0-.2-.1l-.1-.1q-.1 0-.1-.1v-.2l-.1-32.1q0-.1.1-.2 0-.1.1-.2l.1-.1h.2l2.7-.1q.1 0 .2.1.1 0 .1.1.1 0 .1.1.1.1.1.2v14q0 .1.1.1l.1.1q.1.1.2.1l18.9-.1h.2q.1 0 .2-.1l.1-.1V22.4q0-.1.1-.2.1 0 .2-.1h.1l2.7-.1h.2q.1.1.2.1 0 .1.1.2V55q-.1 0-.1.1-.1.1-.2.1h-3q-.1-.1-.2-.1 0-.1-.1-.2V40.6q0-.1-.1-.1 0-.1-.1-.2 0-.1-.1-.1h-.2l-18.9-.1h-.2q0 .1-.1.1-.1.1-.1.2zM554 25.3l-12.3.1h-.2l-.1-.1q-.1-.1-.1-.2l-.1-.1-.2-2.5q0-.5.5-.5h29.2q1.5 0 1 1.4-.2.5-.1 1 .3.9-.6.9h-12q-.2 0-.3.1-.1 0-.2.1t-.2.3v.2l-.1 28.6q0 .6-.6.6h-2.3q-.1 0-.2-.1-.1 0-.2-.1t-.1-.2q-.1-.1-.1-.2V26q0-.1-.1-.3 0-.1-.1-.2t-.2-.1q-.2-.1-.3-.1\"/><path fill-rule=\"evenodd\" d=\"M444.8 128.3h-33.9q-.1.1-.3.2l-.2.2q-.1.1-.2.3l-6.1 15.5q-.1.2-.2.3l-.2.2q-.2.1-.3.2h-15.1q0-.1-.1-.1 0-.1-.1-.2 0-.1.1-.2 13.6-32.6 27.7-65.9c2.9-7 8.8-7.7 15.4-7 6.8.7 8.3 5.4 11.1 11.9q12.7 30 25.6 60.7v.3q0 .2-.1.3l-.2.2h-14.5q-.1 0-.3-.1-.1 0-.3-.1l-.2-.2q-.1-.1-.2-.3l-6.5-15.7q0-.1-.1-.2l-.2-.2q-.1-.1-.3-.1-.1-.1-.3-.1zm-29.7-12q-.1.2-.1.4t.1.3l.3.3q.2.1.4.1h24.6q.2 0 .3-.1.2-.1.3-.3.1-.1.2-.3 0-.2-.1-.4l-12.3-30.6q-.1-.2-.3-.3t-.4-.1q-.3 0-.5.1t-.2.3z\"/><path d=\"M314.4 94.6q-.2-.1-.4 0-.1 0-.3.1l-.2.2q-.1.1-.2.3-6.9 24.3-11.9 42.1-2.1 7.3-9.3 8.7c-6 1.2-13.2.4-16.5-5.4q-1.8-3-2.7-6.3-8.7-30.2-17.5-60.6v-.3q0-.1.1-.3.1-.1.2-.1.1-.1.3-.1h17.8q.5 0 .6.5 6 23.1 13 49.2.2 1 .8 1.7.2.3.4.4.3.1.5 0 .3 0 .5-.2t.3-.4q6-21.2 12.5-44.2 1.6-5.8 7.3-7.2c4.7-1.2 11.1-.7 14.3 3.2q1.4 1.7 2.7 6.4 5.8 20.7 11.7 41.5v.1q0 .1.1.2l.1.1q.1 0 .1.1 1.5 1 2-.8 6.2-22.8 13.3-50.1 0-.1.1-.2l.2-.2q.1-.1.2-.1h18.2q.2.1.3.2 0 .1.1.3v.3q-7.9 26.3-16.2 55.8c-3.1 10.9-5.5 18.2-18.9 16.8q-8.8-1-11.1-9.2-5.7-20.3-11.8-41.8-.2-.6-.7-.7m203.9 42.2h.7q.3 0 .6-.2t.5-.4q.3-.3.4-.6 11.9-31.5 23.7-62.5V73q.1 0 .1-.1h.2l10.2-.1q.1 0 .1.1h.1v.1q-13.5 33.9-27 67.3-2.8 6.9-10.4 5.9-5.4-.6-7.4-5.7-13.6-33.7-26.9-67.4-.1 0-.1-.1h.1v-.1h.1l10.2-.1h.1q0 .1.1.1l.1.1v.1q11.7 31 23.4 62.2.5 1.3 1.1 1.5m70-30.7 43.9.1q1.3 0 1.3 1.3v1.5q0 1.2-1.1 1.2h-44.1q-.8 0-.8.8v25.4q0 4.7 4.6 4.7 19.4 0 42 .1.4 0 .5.4.2 1.4-.1 2.9-.1.6-.6.6-28.2.1-42.7 0-8.5-.1-8.4-9.1.1-25.2-.1-50c-.1-6.9.2-13 8.5-13q22.3-.1 42.3-.1.8 0 .8.8v2.8l-.2.2-.2.2h-.3l-41.8.1q-4.3 0-4.3 4.3v24q0 .8.8.8\"/>",
|
|
@@ -3531,7 +3297,7 @@ var Na = /* @__PURE__ */ function(e) {
|
|
|
3531
3297
|
privacyPolicyNotice: Ha.optional(),
|
|
3532
3298
|
welcomePopup: Ue().optional().default(!1),
|
|
3533
3299
|
floatingButtonPosition: He(["left", "right"]).optional().default("right"),
|
|
3534
|
-
maxMessageLength:
|
|
3300
|
+
maxMessageLength: We().int().positive().optional(),
|
|
3535
3301
|
widgetUrl: Je().default(Ua),
|
|
3536
3302
|
loadDelay: We().int().min(0).max(3e4).optional().default(0),
|
|
3537
3303
|
loaderStrategy: He(Wa).optional().default(Wa.InlineModule),
|
|
@@ -13957,7 +13723,7 @@ var H_ = { class: "flex" }, U_ = /* @__PURE__ */ o({
|
|
|
13957
13723
|
showMultipleChoice: b(() => import("./_chunks/PkToolShowMultipleChoice-BEwiJCLu.js").then((e) => e.n)),
|
|
13958
13724
|
showProductList: b(() => import("./_chunks/PkToolShowProductList-D3Qe8yQM.js")),
|
|
13959
13725
|
showQrCode: b(() => import("./_chunks/PkToolShowQrCode-B64sdI0N.js")),
|
|
13960
|
-
showSources: b(() => import("./_chunks/PkToolShowSources-
|
|
13726
|
+
showSources: b(() => import("./_chunks/PkToolShowSources-B2rf94fU.js").then((e) => e.n)),
|
|
13961
13727
|
showSuggestedReply: b(() => import("./_chunks/PkToolShowSuggestedReply-BGWA08C7.js").then((e) => e.n)),
|
|
13962
13728
|
showWeather: b(() => import("./_chunks/PkToolShowWeather-ClMzD04y.js")),
|
|
13963
13729
|
showWebPages: b(() => import("./_chunks/PkToolShowWebPages-BCqywwEK.js"))
|