@smartytalent/mcp-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
|
@@ -14492,7 +14492,9 @@
|
|
|
14492
14492
|
"type": "string"
|
|
14493
14493
|
},
|
|
14494
14494
|
"chimeMeetingData": {
|
|
14495
|
-
"type": "object"
|
|
14495
|
+
"type": "object",
|
|
14496
|
+
"description": "Raw AWS Chime CreateMeeting `Meeting` object - passed verbatim to chime-sdk-js. Includes MeetingFeatures.Audio.EchoReduction when enabled server-side.",
|
|
14497
|
+
"additionalProperties": true
|
|
14496
14498
|
},
|
|
14497
14499
|
"participants": {
|
|
14498
14500
|
"type": "array",
|
|
@@ -14986,7 +14988,9 @@
|
|
|
14986
14988
|
"type": "string"
|
|
14987
14989
|
},
|
|
14988
14990
|
"chimeMeetingData": {
|
|
14989
|
-
"type": "object"
|
|
14991
|
+
"type": "object",
|
|
14992
|
+
"description": "Raw AWS Chime CreateMeeting `Meeting` object - passed verbatim to chime-sdk-js. Includes MeetingFeatures.Audio.EchoReduction when enabled server-side.",
|
|
14993
|
+
"additionalProperties": true
|
|
14990
14994
|
},
|
|
14991
14995
|
"participants": {
|
|
14992
14996
|
"type": "array",
|
|
@@ -15418,9 +15422,18 @@
|
|
|
15418
15422
|
"title": "MeetingAiSessionSettingsSchema",
|
|
15419
15423
|
"type": "object",
|
|
15420
15424
|
"properties": {
|
|
15425
|
+
"mode": {
|
|
15426
|
+
"type": "string",
|
|
15427
|
+
"enum": [
|
|
15428
|
+
"assistant",
|
|
15429
|
+
"transcription"
|
|
15430
|
+
],
|
|
15431
|
+
"default": "assistant",
|
|
15432
|
+
"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)."
|
|
15433
|
+
},
|
|
15421
15434
|
"language": {
|
|
15422
15435
|
"type": "string",
|
|
15423
|
-
"description": "Reply language for Boe's assistant behaviour (e.g. English)"
|
|
15436
|
+
"description": "Reply language for Boe's assistant behaviour (e.g. English). Only applies when mode=assistant."
|
|
15424
15437
|
}
|
|
15425
15438
|
}
|
|
15426
15439
|
}
|