@8wave/ai-elements 0.101.0-beta.4 → 0.101.0-beta.5
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/ai-elements.es.js +7 -5
- 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/PkChatbotStepToolDetail.js +1 -1
- package/dist-vue/PkChatbotSteps.js +1 -1
- package/dist-vue/PkChatbotViewChat.js +1 -1
- package/dist-vue/_chunks/{PkChatbot-BdpdK0BB.js → PkChatbot-1Y7fGR-C.js} +3 -3
- package/dist-vue/_chunks/{PkChatbot-BdpdK0BB.js.map → PkChatbot-1Y7fGR-C.js.map} +1 -1
- package/dist-vue/_chunks/{PkChatbotMessages-D2hNzIaL.js → PkChatbotMessages-C6X92Igt.js} +4 -4
- package/dist-vue/_chunks/{PkChatbotMessages-D2hNzIaL.js.map → PkChatbotMessages-C6X92Igt.js.map} +1 -1
- package/dist-vue/_chunks/{PkChatbotStepToolDetail-CtGrjHO0.js → PkChatbotStepToolDetail-BBX4KL3d.js} +2 -2
- package/dist-vue/_chunks/{PkChatbotStepToolDetail-CtGrjHO0.js.map → PkChatbotStepToolDetail-BBX4KL3d.js.map} +1 -1
- package/dist-vue/_chunks/{PkChatbotSteps-Bbuh0hgL.js → PkChatbotSteps-DlZpwc_a.js} +3 -3
- package/dist-vue/_chunks/{PkChatbotSteps-Bbuh0hgL.js.map → PkChatbotSteps-DlZpwc_a.js.map} +1 -1
- package/dist-vue/_chunks/{PkChatbotViewChat-PYrrnkjN.js → PkChatbotViewChat-CBvcSg0J.js} +4 -4
- package/dist-vue/_chunks/{PkChatbotViewChat-PYrrnkjN.js.map → PkChatbotViewChat-CBvcSg0J.js.map} +1 -1
- package/dist-vue/_chunks/{PkToolShowDiagram-kbwsonk0.js → PkToolShowDiagram-BvOy4aeQ.js} +2 -2
- package/dist-vue/_chunks/{PkToolShowDiagram-kbwsonk0.js.map → PkToolShowDiagram-BvOy4aeQ.js.map} +1 -1
- package/dist-vue/_chunks/{utils-Bf73GiBm.js → utils-CgxndZld.js} +2 -2
- package/dist-vue/_chunks/{utils-Bf73GiBm.js.map → utils-CgxndZld.js.map} +1 -1
- package/dist-vue/composables.js +1 -1
- package/dist-vue/index.js +10 -20
- package/dist-vue/index.js.map +1 -1
- package/dist-vue/locales.js +2 -0
- package/package.json +1 -1
package/dist-vue/locales.js
CHANGED
|
@@ -485,6 +485,7 @@ var e = {
|
|
|
485
485
|
requestOAuthConnectionButton: "Connect {name}",
|
|
486
486
|
requestOAuthConnectionPrompt: "To access {name} data, you need to authorize the connection.",
|
|
487
487
|
requestOAuthConnectionInfo: "Authorization requested to access {name}'s data.",
|
|
488
|
+
runSubagent: "Delegating to a sub-agent...",
|
|
488
489
|
runWorker: "Delegating to a worker...",
|
|
489
490
|
fetchTeamsChannelHistory: "Reading channel history...",
|
|
490
491
|
searchingDocuments: "Memory search...",
|
|
@@ -1019,6 +1020,7 @@ var e = {
|
|
|
1019
1020
|
requestOAuthConnectionButton: "Connetti {name}",
|
|
1020
1021
|
requestOAuthConnectionPrompt: "Per accedere ai dati di {name} è necessario autorizzare la connessione.",
|
|
1021
1022
|
requestOAuthConnectionInfo: "Richiesta autorizzazione per accedere i dati di {name}.",
|
|
1023
|
+
runSubagent: "Delega a un sotto-agente...",
|
|
1022
1024
|
runWorker: "Delega a un worker...",
|
|
1023
1025
|
fetchTeamsChannelHistory: "Lettura cronologia canale...",
|
|
1024
1026
|
searchingDocuments: "Ricerca nella memoria...",
|