@iblai/iblai-api 4.102.0-ai → 4.102.1-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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
- package/sdk_schema.yml +11 -1
- package/src/core/OpenAPI.ts +1 -1
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.102.
|
|
4
|
+
version: 4.102.1-ai-plus
|
|
5
5
|
description: API for iblai
|
|
6
6
|
paths:
|
|
7
7
|
/api/ai-account/connected-services/callback/:
|
|
@@ -77761,24 +77761,34 @@ components:
|
|
|
77761
77761
|
type: string
|
|
77762
77762
|
enable_disclaimer:
|
|
77763
77763
|
type: boolean
|
|
77764
|
+
default: true
|
|
77764
77765
|
show_attachment:
|
|
77765
77766
|
type: boolean
|
|
77767
|
+
default: true
|
|
77766
77768
|
show_voice_call:
|
|
77767
77769
|
type: boolean
|
|
77770
|
+
default: true
|
|
77768
77771
|
show_voice_record:
|
|
77769
77772
|
type: boolean
|
|
77773
|
+
default: true
|
|
77770
77774
|
show_rag_images:
|
|
77771
77775
|
type: boolean
|
|
77776
|
+
default: false
|
|
77772
77777
|
embed_is_context_aware:
|
|
77773
77778
|
type: boolean
|
|
77779
|
+
default: false
|
|
77774
77780
|
embed_open_by_default:
|
|
77775
77781
|
type: boolean
|
|
77782
|
+
default: false
|
|
77776
77783
|
embed_show_attachment:
|
|
77777
77784
|
type: boolean
|
|
77785
|
+
default: true
|
|
77778
77786
|
embed_show_voice_call:
|
|
77779
77787
|
type: boolean
|
|
77788
|
+
default: true
|
|
77780
77789
|
embed_show_voice_record:
|
|
77781
77790
|
type: boolean
|
|
77791
|
+
default: true
|
|
77782
77792
|
placeholder_prompt:
|
|
77783
77793
|
type: string
|
|
77784
77794
|
moderation_system_prompt:
|
package/src/core/OpenAPI.ts
CHANGED