@smartytalent/mcp-tools 0.1.33-dev.75 → 0.1.33-dev.76

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 +20 -4
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -15752,7 +15752,11 @@
15752
15752
  },
15753
15753
  "voice": {
15754
15754
  "type": "string",
15755
- "description": "AI only. Realtime model voice (alloy / echo / fable / onyx / nova / shimmer). Used at dispatch."
15755
+ "description": "AI only. gpt-realtime voice used at dispatch: alloy, ash, ballad, coral, echo, sage, shimmer, verse, marin, cedar. Female-leaning: coral, sage, shimmer. Defaults to a role-based voice when omitted."
15756
+ },
15757
+ "avatarId": {
15758
+ "type": "string",
15759
+ "description": "AI only. HeyGen LiveAvatar avatar id for Boe's on-grid video, used at dispatch. Overrides the server default avatar; omit to use the default."
15756
15760
  },
15757
15761
  "config": {
15758
15762
  "type": "object",
@@ -15933,7 +15937,11 @@
15933
15937
  },
15934
15938
  "voice": {
15935
15939
  "type": "string",
15936
- "description": "AI only. Realtime model voice (alloy / echo / fable / onyx / nova / shimmer). Used at dispatch."
15940
+ "description": "AI only. gpt-realtime voice used at dispatch: alloy, ash, ballad, coral, echo, sage, shimmer, verse, marin, cedar. Female-leaning: coral, sage, shimmer. Defaults to a role-based voice when omitted."
15941
+ },
15942
+ "avatarId": {
15943
+ "type": "string",
15944
+ "description": "AI only. HeyGen LiveAvatar avatar id for Boe's on-grid video, used at dispatch. Overrides the server default avatar; omit to use the default."
15937
15945
  },
15938
15946
  "config": {
15939
15947
  "type": "object",
@@ -16101,7 +16109,11 @@
16101
16109
  },
16102
16110
  "voice": {
16103
16111
  "type": "string",
16104
- "description": "AI only. Realtime model voice (alloy / echo / fable / onyx / nova / shimmer). Used at dispatch."
16112
+ "description": "AI only. gpt-realtime voice used at dispatch: alloy, ash, ballad, coral, echo, sage, shimmer, verse, marin, cedar. Female-leaning: coral, sage, shimmer. Defaults to a role-based voice when omitted."
16113
+ },
16114
+ "avatarId": {
16115
+ "type": "string",
16116
+ "description": "AI only. HeyGen LiveAvatar avatar id for Boe's on-grid video, used at dispatch. Overrides the server default avatar; omit to use the default."
16105
16117
  },
16106
16118
  "config": {
16107
16119
  "type": "object",
@@ -16441,7 +16453,11 @@
16441
16453
  },
16442
16454
  "voice": {
16443
16455
  "type": "string",
16444
- "description": "AI only. Realtime model voice (alloy / echo / fable / onyx / nova / shimmer). Used at dispatch."
16456
+ "description": "AI only. gpt-realtime voice used at dispatch: alloy, ash, ballad, coral, echo, sage, shimmer, verse, marin, cedar. Female-leaning: coral, sage, shimmer. Defaults to a role-based voice when omitted."
16457
+ },
16458
+ "avatarId": {
16459
+ "type": "string",
16460
+ "description": "AI only. HeyGen LiveAvatar avatar id for Boe's on-grid video, used at dispatch. Overrides the server default avatar; omit to use the default."
16445
16461
  },
16446
16462
  "config": {
16447
16463
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.75",
3
+ "version": "0.1.33-dev.76",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",