@smartytalent/openai-tools 0.1.33-dev.56 → 0.1.33-dev.57
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 -2
- 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",
|