@iblai/iblai-api 4.376.0-ai → 4.377.0-ai
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.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/index.umd.js
CHANGED
package/package.json
CHANGED
package/sdk_schema.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
openapi: 3.0.3
|
|
2
2
|
info:
|
|
3
3
|
title: ibl-data-manager
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.377.0-ai-plus
|
|
5
5
|
description: API for iblai
|
|
6
6
|
paths:
|
|
7
7
|
/api/ai-account/connected-services/callback/:
|
|
@@ -103015,11 +103015,21 @@ components:
|
|
|
103015
103015
|
cost:
|
|
103016
103016
|
type: string
|
|
103017
103017
|
readOnly: true
|
|
103018
|
+
documents_count:
|
|
103019
|
+
type: string
|
|
103020
|
+
readOnly: true
|
|
103021
|
+
tool_calls_count:
|
|
103022
|
+
type: string
|
|
103023
|
+
readOnly: true
|
|
103024
|
+
used_documents:
|
|
103025
|
+
type: string
|
|
103026
|
+
readOnly: true
|
|
103018
103027
|
required:
|
|
103019
103028
|
- assistant_responses
|
|
103020
103029
|
- average_sentiment
|
|
103021
103030
|
- cost
|
|
103022
103031
|
- created_at
|
|
103032
|
+
- documents_count
|
|
103023
103033
|
- email
|
|
103024
103034
|
- first_user_message
|
|
103025
103035
|
- mentor
|
|
@@ -103032,7 +103042,9 @@ components:
|
|
|
103032
103042
|
- platform_name
|
|
103033
103043
|
- sentiment
|
|
103034
103044
|
- session
|
|
103045
|
+
- tool_calls_count
|
|
103035
103046
|
- topics
|
|
103047
|
+
- used_documents
|
|
103036
103048
|
- user
|
|
103037
103049
|
- user_queries
|
|
103038
103050
|
- username
|
package/src/core/OpenAPI.ts
CHANGED