@smartytalent/openai-tools 0.1.33-dev.54 → 0.1.33-dev.56
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/tools.json +5 -33
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -14958,26 +14958,9 @@
|
|
|
14958
14958
|
"title": "MeetingAiSessionSettingsSchema",
|
|
14959
14959
|
"type": "object",
|
|
14960
14960
|
"properties": {
|
|
14961
|
-
"mode": {
|
|
14962
|
-
"type": "string",
|
|
14963
|
-
"description": "AI session mode: translator or assistant",
|
|
14964
|
-
"enum": [
|
|
14965
|
-
"translator",
|
|
14966
|
-
"assistant"
|
|
14967
|
-
],
|
|
14968
|
-
"default": "translator"
|
|
14969
|
-
},
|
|
14970
|
-
"sourceLanguage": {
|
|
14971
|
-
"type": "string",
|
|
14972
|
-
"description": "Source language for translation mode (e.g. Polish, English)"
|
|
14973
|
-
},
|
|
14974
|
-
"targetLanguage": {
|
|
14975
|
-
"type": "string",
|
|
14976
|
-
"description": "Target language for translation mode (e.g. English, German)"
|
|
14977
|
-
},
|
|
14978
14961
|
"language": {
|
|
14979
14962
|
"type": "string",
|
|
14980
|
-
"description": "
|
|
14963
|
+
"description": "Reply language for Boe's assistant behaviour (e.g. English)"
|
|
14981
14964
|
}
|
|
14982
14965
|
}
|
|
14983
14966
|
}
|
|
@@ -15027,15 +15010,8 @@
|
|
|
15027
15010
|
"attributes": {
|
|
15028
15011
|
"title": "MeetingAiAttendeeSettingsSchema",
|
|
15029
15012
|
"type": "object",
|
|
15013
|
+
"description": "Settings supplied at createMeetingAiAttendee time. Boe always\njoins with mic on, camera off; toggle via 'boe-control' Chime\nDataMessage at runtime.",
|
|
15030
15014
|
"properties": {
|
|
15031
|
-
"mode": {
|
|
15032
|
-
"type": "string",
|
|
15033
|
-
"enum": [
|
|
15034
|
-
"assistant",
|
|
15035
|
-
"translator"
|
|
15036
|
-
],
|
|
15037
|
-
"default": "assistant"
|
|
15038
|
-
},
|
|
15039
15015
|
"displayName": {
|
|
15040
15016
|
"type": "string",
|
|
15041
15017
|
"default": "Boe"
|
|
@@ -15046,15 +15022,11 @@
|
|
|
15046
15022
|
},
|
|
15047
15023
|
"language": {
|
|
15048
15024
|
"type": "string",
|
|
15049
|
-
"description": "Reply language for assistant
|
|
15050
|
-
},
|
|
15051
|
-
"sourceLanguage": {
|
|
15052
|
-
"type": "string",
|
|
15053
|
-
"description": "Translator mode: source language (e.g. Polish)"
|
|
15025
|
+
"description": "Reply language for Boe's assistant behaviour (e.g. English)"
|
|
15054
15026
|
},
|
|
15055
|
-
"
|
|
15027
|
+
"faceId": {
|
|
15056
15028
|
"type": "string",
|
|
15057
|
-
"description": "
|
|
15029
|
+
"description": "Simli avatar face UUID for camera_on. Falls back to the tenant default if omitted."
|
|
15058
15030
|
},
|
|
15059
15031
|
"persona": {
|
|
15060
15032
|
"type": "string",
|