@smartytalent/openai-tools 0.1.33-dev.56 → 0.1.33-dev.58
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 +16 -3
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -14052,7 +14052,9 @@
|
|
|
14052
14052
|
"type": "string"
|
|
14053
14053
|
},
|
|
14054
14054
|
"chimeMeetingData": {
|
|
14055
|
-
"type": "object"
|
|
14055
|
+
"type": "object",
|
|
14056
|
+
"description": "Raw AWS Chime CreateMeeting `Meeting` object - passed verbatim to chime-sdk-js. Includes MeetingFeatures.Audio.EchoReduction when enabled server-side.",
|
|
14057
|
+
"additionalProperties": true
|
|
14056
14058
|
},
|
|
14057
14059
|
"participants": {
|
|
14058
14060
|
"type": "array",
|
|
@@ -14540,7 +14542,9 @@
|
|
|
14540
14542
|
"type": "string"
|
|
14541
14543
|
},
|
|
14542
14544
|
"chimeMeetingData": {
|
|
14543
|
-
"type": "object"
|
|
14545
|
+
"type": "object",
|
|
14546
|
+
"description": "Raw AWS Chime CreateMeeting `Meeting` object - passed verbatim to chime-sdk-js. Includes MeetingFeatures.Audio.EchoReduction when enabled server-side.",
|
|
14547
|
+
"additionalProperties": true
|
|
14544
14548
|
},
|
|
14545
14549
|
"participants": {
|
|
14546
14550
|
"type": "array",
|
|
@@ -14958,9 +14962,18 @@
|
|
|
14958
14962
|
"title": "MeetingAiSessionSettingsSchema",
|
|
14959
14963
|
"type": "object",
|
|
14960
14964
|
"properties": {
|
|
14965
|
+
"mode": {
|
|
14966
|
+
"type": "string",
|
|
14967
|
+
"enum": [
|
|
14968
|
+
"assistant",
|
|
14969
|
+
"transcription"
|
|
14970
|
+
],
|
|
14971
|
+
"default": "assistant",
|
|
14972
|
+
"description": "Picks the Azure realtime resource + session.type baked into the\nephemeral token. 'assistant' = eu00, sm-gpt-realtime-1.5,\nsession.type=realtime (browser-side Boe). 'transcription' = eu01,\nsm-gpt-realtime-whisper, session.type=transcription (live captions,\naudio-in / text-out only)."
|
|
14973
|
+
},
|
|
14961
14974
|
"language": {
|
|
14962
14975
|
"type": "string",
|
|
14963
|
-
"description": "Reply language for Boe's assistant behaviour (e.g. English)"
|
|
14976
|
+
"description": "Reply language for Boe's assistant behaviour (e.g. English). Only applies when mode=assistant."
|
|
14964
14977
|
}
|
|
14965
14978
|
}
|
|
14966
14979
|
}
|