@smartytalent/openai-tools 0.1.33-dev.54 → 0.1.33-dev.55
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 +6 -13
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -14960,24 +14960,17 @@
|
|
|
14960
14960
|
"properties": {
|
|
14961
14961
|
"mode": {
|
|
14962
14962
|
"type": "string",
|
|
14963
|
-
"description": "
|
|
14963
|
+
"description": "Boe's presence in the meeting. See MeetingAiSessionAttributesSchema.mode.",
|
|
14964
14964
|
"enum": [
|
|
14965
|
-
"
|
|
14966
|
-
"
|
|
14965
|
+
"listen",
|
|
14966
|
+
"voice",
|
|
14967
|
+
"face"
|
|
14967
14968
|
],
|
|
14968
|
-
"default": "
|
|
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)"
|
|
14969
|
+
"default": "voice"
|
|
14977
14970
|
},
|
|
14978
14971
|
"language": {
|
|
14979
14972
|
"type": "string",
|
|
14980
|
-
"description": "
|
|
14973
|
+
"description": "Reply language for Boe's assistant behaviour (e.g. English)"
|
|
14981
14974
|
}
|
|
14982
14975
|
}
|
|
14983
14976
|
}
|