@smartytalent/mcp-tools 0.1.33-dev.54 → 0.1.33-dev.56
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 +5 -33
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -15418,26 +15418,9 @@
|
|
|
15418
15418
|
"title": "MeetingAiSessionSettingsSchema",
|
|
15419
15419
|
"type": "object",
|
|
15420
15420
|
"properties": {
|
|
15421
|
-
"mode": {
|
|
15422
|
-
"type": "string",
|
|
15423
|
-
"description": "AI session mode: translator or assistant",
|
|
15424
|
-
"enum": [
|
|
15425
|
-
"translator",
|
|
15426
|
-
"assistant"
|
|
15427
|
-
],
|
|
15428
|
-
"default": "translator"
|
|
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)"
|
|
15437
|
-
},
|
|
15438
15421
|
"language": {
|
|
15439
15422
|
"type": "string",
|
|
15440
|
-
"description": "
|
|
15423
|
+
"description": "Reply language for Boe's assistant behaviour (e.g. English)"
|
|
15441
15424
|
}
|
|
15442
15425
|
}
|
|
15443
15426
|
}
|
|
@@ -15491,15 +15474,8 @@
|
|
|
15491
15474
|
"attributes": {
|
|
15492
15475
|
"title": "MeetingAiAttendeeSettingsSchema",
|
|
15493
15476
|
"type": "object",
|
|
15477
|
+
"description": "Settings supplied at createMeetingAiAttendee time. Boe always\njoins with mic on, camera off; toggle via 'boe-control' Chime\nDataMessage at runtime.",
|
|
15494
15478
|
"properties": {
|
|
15495
|
-
"mode": {
|
|
15496
|
-
"type": "string",
|
|
15497
|
-
"enum": [
|
|
15498
|
-
"assistant",
|
|
15499
|
-
"translator"
|
|
15500
|
-
],
|
|
15501
|
-
"default": "assistant"
|
|
15502
|
-
},
|
|
15503
15479
|
"displayName": {
|
|
15504
15480
|
"type": "string",
|
|
15505
15481
|
"default": "Boe"
|
|
@@ -15510,15 +15486,11 @@
|
|
|
15510
15486
|
},
|
|
15511
15487
|
"language": {
|
|
15512
15488
|
"type": "string",
|
|
15513
|
-
"description": "Reply language for assistant
|
|
15514
|
-
},
|
|
15515
|
-
"sourceLanguage": {
|
|
15516
|
-
"type": "string",
|
|
15517
|
-
"description": "Translator mode: source language (e.g. Polish)"
|
|
15489
|
+
"description": "Reply language for Boe's assistant behaviour (e.g. English)"
|
|
15518
15490
|
},
|
|
15519
|
-
"
|
|
15491
|
+
"faceId": {
|
|
15520
15492
|
"type": "string",
|
|
15521
|
-
"description": "
|
|
15493
|
+
"description": "Simli avatar face UUID for camera_on. Falls back to the tenant default if omitted."
|
|
15522
15494
|
},
|
|
15523
15495
|
"persona": {
|
|
15524
15496
|
"type": "string",
|