@smartytalent/mcp-tools 0.1.33-dev.57 → 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.
Files changed (2) hide show
  1. package/dist/tools.json +10 -1
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -15422,9 +15422,18 @@
15422
15422
  "title": "MeetingAiSessionSettingsSchema",
15423
15423
  "type": "object",
15424
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
+ },
15425
15434
  "language": {
15426
15435
  "type": "string",
15427
- "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."
15428
15437
  }
15429
15438
  }
15430
15439
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.57",
3
+ "version": "0.1.33-dev.58",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",