@smartytalent/mcp-tools 0.1.33-dev.55 → 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 +4 -25
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -15418,16 +15418,6 @@
|
|
|
15418
15418
|
"title": "MeetingAiSessionSettingsSchema",
|
|
15419
15419
|
"type": "object",
|
|
15420
15420
|
"properties": {
|
|
15421
|
-
"mode": {
|
|
15422
|
-
"type": "string",
|
|
15423
|
-
"description": "Boe's presence in the meeting. See MeetingAiSessionAttributesSchema.mode.",
|
|
15424
|
-
"enum": [
|
|
15425
|
-
"listen",
|
|
15426
|
-
"voice",
|
|
15427
|
-
"face"
|
|
15428
|
-
],
|
|
15429
|
-
"default": "voice"
|
|
15430
|
-
},
|
|
15431
15421
|
"language": {
|
|
15432
15422
|
"type": "string",
|
|
15433
15423
|
"description": "Reply language for Boe's assistant behaviour (e.g. English)"
|
|
@@ -15484,15 +15474,8 @@
|
|
|
15484
15474
|
"attributes": {
|
|
15485
15475
|
"title": "MeetingAiAttendeeSettingsSchema",
|
|
15486
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.",
|
|
15487
15478
|
"properties": {
|
|
15488
|
-
"mode": {
|
|
15489
|
-
"type": "string",
|
|
15490
|
-
"enum": [
|
|
15491
|
-
"assistant",
|
|
15492
|
-
"translator"
|
|
15493
|
-
],
|
|
15494
|
-
"default": "assistant"
|
|
15495
|
-
},
|
|
15496
15479
|
"displayName": {
|
|
15497
15480
|
"type": "string",
|
|
15498
15481
|
"default": "Boe"
|
|
@@ -15503,15 +15486,11 @@
|
|
|
15503
15486
|
},
|
|
15504
15487
|
"language": {
|
|
15505
15488
|
"type": "string",
|
|
15506
|
-
"description": "Reply language for assistant
|
|
15507
|
-
},
|
|
15508
|
-
"sourceLanguage": {
|
|
15509
|
-
"type": "string",
|
|
15510
|
-
"description": "Translator mode: source language (e.g. Polish)"
|
|
15489
|
+
"description": "Reply language for Boe's assistant behaviour (e.g. English)"
|
|
15511
15490
|
},
|
|
15512
|
-
"
|
|
15491
|
+
"faceId": {
|
|
15513
15492
|
"type": "string",
|
|
15514
|
-
"description": "
|
|
15493
|
+
"description": "Simli avatar face UUID for camera_on. Falls back to the tenant default if omitted."
|
|
15515
15494
|
},
|
|
15516
15495
|
"persona": {
|
|
15517
15496
|
"type": "string",
|