@activepieces/piece-afforai 0.0.7 → 0.0.9
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/package.json +6 -13
- package/src/i18n/es.json +2 -2
- package/src/i18n/pt.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-afforai",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"axios": "1.8.3",
|
|
@@ -9,19 +9,12 @@
|
|
|
9
9
|
"mime-types": "2.1.35",
|
|
10
10
|
"nanoid": "3.3.8",
|
|
11
11
|
"semver": "7.6.0",
|
|
12
|
+
"socket.io-client": "4.8.1",
|
|
12
13
|
"zod": "3.25.76",
|
|
13
|
-
"@activepieces/pieces-common": "0.
|
|
14
|
-
"@activepieces/pieces-framework": "0.20.
|
|
15
|
-
"@activepieces/shared": "0.
|
|
16
|
-
"tslib": "2.
|
|
17
|
-
},
|
|
18
|
-
"overrides": {
|
|
19
|
-
"@tryfabric/martian": {
|
|
20
|
-
"@notionhq/client": "$@notionhq/client"
|
|
21
|
-
},
|
|
22
|
-
"vite": {
|
|
23
|
-
"rollup": "npm:@rollup/wasm-node"
|
|
24
|
-
}
|
|
14
|
+
"@activepieces/pieces-common": "0.8.1",
|
|
15
|
+
"@activepieces/pieces-framework": "0.20.2",
|
|
16
|
+
"@activepieces/shared": "0.25.2",
|
|
17
|
+
"tslib": "2.6.2"
|
|
25
18
|
},
|
|
26
19
|
"resolutions": {
|
|
27
20
|
"rollup": "npm:@rollup/wasm-node"
|
package/src/i18n/es.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Helps you search, summarize, and translate knowledge from hundreds of documents to help you produce trustworthy research.": "Le ayuda a buscar, resumir y traducir conocimientos de cientos de documentos para ayudarle a producir una investigación fiable.",
|
|
3
|
-
"\n To obtain your API Key, follow these steps:\n 1. Log in to your Afforai account.\n 2. Navigate to **API** section on left panel.\n 3. On the top-right, you can find you API key.\n ": "\n
|
|
3
|
+
"\n To obtain your API Key, follow these steps:\n 1. Log in to your Afforai account.\n 2. Navigate to **API** section on left panel.\n 3. On the top-right, you can find you API key.\n ": "\n Para obtener tu clave API, sigue estos pasos:\n 1. Inicie sesión en su cuenta Afforai.\n 2. Vaya a la sección **API** del panel izquierdo.\n 3. En la parte superior derecha, puede encontrar la clave API.\n ",
|
|
4
4
|
"Ask Chatbot": "Preguntar a Chatbot",
|
|
5
5
|
"Gets AI-generated completions for a given chatbot.": "Obtiene terminaciones generadas por AIs para un determinado chatbot.",
|
|
6
6
|
"Chatbot ID": "ID del Chatbot",
|
|
7
7
|
"Chat History": "Historial de Chat",
|
|
8
|
-
"AI should search more deeply for information in the given files ?": "AI debería buscar más a fondo la información en los archivos
|
|
8
|
+
"AI should search more deeply for information in the given files ?": "AI debería buscar más a fondo la información en los archivos proporcionados?",
|
|
9
9
|
"AI to search for information on Google?": "¿AI para buscar información sobre Google?",
|
|
10
10
|
"You can find Chatbot ID by clicking settings button under **Actions** for given chatbot.": "Puedes encontrar la ID de Chatbot haciendo clic en el botón de configuración debajo de **Acciones** para un chatbot determinado."
|
|
11
11
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Helps you search, summarize, and translate knowledge from hundreds of documents to help you produce trustworthy research.": "Ajuda a pesquisar, resumir e traduzir conhecimento de centenas de documentos para ajudá-lo a produzir pesquisas dignas de confiança.",
|
|
3
|
-
"\n To obtain your API Key, follow these steps:\n 1. Log in to your Afforai account.\n 2. Navigate to **API** section on left panel.\n 3. On the top-right, you can find you API key.\n ": "\n
|
|
3
|
+
"\n To obtain your API Key, follow these steps:\n 1. Log in to your Afforai account.\n 2. Navigate to **API** section on left panel.\n 3. On the top-right, you can find you API key.\n ": "\n Para obter sua chave de API, siga estes passos:\n 1. Entrar em sua conta Afforai.\n 2. Navegue até a seção de **API** no painel esquerdo.\n 3. Na parte superior direita, você pode encontrar a sua chave API.\n ",
|
|
4
4
|
"Ask Chatbot": "Pergunte ao Chatbot",
|
|
5
5
|
"Gets AI-generated completions for a given chatbot.": "Obtém compleções geradas por IA para um determinado chatbot.",
|
|
6
6
|
"Chatbot ID": "ID do Chatbot",
|