@smartytalent/mcp-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
|
@@ -15420,24 +15420,17 @@
|
|
|
15420
15420
|
"properties": {
|
|
15421
15421
|
"mode": {
|
|
15422
15422
|
"type": "string",
|
|
15423
|
-
"description": "
|
|
15423
|
+
"description": "Boe's presence in the meeting. See MeetingAiSessionAttributesSchema.mode.",
|
|
15424
15424
|
"enum": [
|
|
15425
|
-
"
|
|
15426
|
-
"
|
|
15425
|
+
"listen",
|
|
15426
|
+
"voice",
|
|
15427
|
+
"face"
|
|
15427
15428
|
],
|
|
15428
|
-
"default": "
|
|
15429
|
-
},
|
|
15430
|
-
"sourceLanguage": {
|
|
15431
|
-
"type": "string",
|
|
15432
|
-
"description": "Source language for translation mode (e.g. Polish, English)"
|
|
15433
|
-
},
|
|
15434
|
-
"targetLanguage": {
|
|
15435
|
-
"type": "string",
|
|
15436
|
-
"description": "Target language for translation mode (e.g. English, German)"
|
|
15429
|
+
"default": "voice"
|
|
15437
15430
|
},
|
|
15438
15431
|
"language": {
|
|
15439
15432
|
"type": "string",
|
|
15440
|
-
"description": "
|
|
15433
|
+
"description": "Reply language for Boe's assistant behaviour (e.g. English)"
|
|
15441
15434
|
}
|
|
15442
15435
|
}
|
|
15443
15436
|
}
|