@smartytalent/mcp-tools 0.1.33-dev.67 → 0.1.33-dev.68

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 +8 -4
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -15451,9 +15451,10 @@
15451
15451
  "interviewer",
15452
15452
  "notetaker",
15453
15453
  "sales",
15454
+ "presenter",
15454
15455
  "other"
15455
15456
  ],
15456
- "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales) drive prompt template selection in the bot container."
15457
+ "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales / presenter) drive prompt template selection in the bot container; `presenter` additionally starts a Chime content share for slide playback."
15457
15458
  },
15458
15459
  "status": {
15459
15460
  "type": "string",
@@ -15631,9 +15632,10 @@
15631
15632
  "interviewer",
15632
15633
  "notetaker",
15633
15634
  "sales",
15635
+ "presenter",
15634
15636
  "other"
15635
15637
  ],
15636
- "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales) drive prompt template selection in the bot container."
15638
+ "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales / presenter) drive prompt template selection in the bot container; `presenter` additionally starts a Chime content share for slide playback."
15637
15639
  },
15638
15640
  "status": {
15639
15641
  "type": "string",
@@ -15798,9 +15800,10 @@
15798
15800
  "interviewer",
15799
15801
  "notetaker",
15800
15802
  "sales",
15803
+ "presenter",
15801
15804
  "other"
15802
15805
  ],
15803
- "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales) drive prompt template selection in the bot container."
15806
+ "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales / presenter) drive prompt template selection in the bot container; `presenter` additionally starts a Chime content share for slide playback."
15804
15807
  },
15805
15808
  "status": {
15806
15809
  "type": "string",
@@ -16137,9 +16140,10 @@
16137
16140
  "interviewer",
16138
16141
  "notetaker",
16139
16142
  "sales",
16143
+ "presenter",
16140
16144
  "other"
16141
16145
  ],
16142
- "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales) drive prompt template selection in the bot container."
16146
+ "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales / presenter) drive prompt template selection in the bot container; `presenter` additionally starts a Chime content share for slide playback."
16143
16147
  },
16144
16148
  "status": {
16145
16149
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.67",
3
+ "version": "0.1.33-dev.68",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",