@smartytalent/openai-tools 0.1.33-dev.66 → 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 +19 -4
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -14997,9 +14997,10 @@
14997
14997
  "interviewer",
14998
14998
  "notetaker",
14999
14999
  "sales",
15000
+ "presenter",
15000
15001
  "other"
15001
15002
  ],
15002
- "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."
15003
+ "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."
15003
15004
  },
15004
15005
  "status": {
15005
15006
  "type": "string",
@@ -15089,6 +15090,17 @@
15089
15090
  }
15090
15091
  }
15091
15092
  },
15093
+ {
15094
+ "type": "function",
15095
+ "function": {
15096
+ "name": "list_guest_meeting_attendees",
15097
+ "description": "List Guest Meeting Attendees",
15098
+ "parameters": {
15099
+ "type": "object",
15100
+ "properties": {}
15101
+ }
15102
+ }
15103
+ },
15092
15104
  {
15093
15105
  "type": "function",
15094
15106
  "function": {
@@ -15160,9 +15172,10 @@
15160
15172
  "interviewer",
15161
15173
  "notetaker",
15162
15174
  "sales",
15175
+ "presenter",
15163
15176
  "other"
15164
15177
  ],
15165
- "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."
15178
+ "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."
15166
15179
  },
15167
15180
  "status": {
15168
15181
  "type": "string",
@@ -15323,9 +15336,10 @@
15323
15336
  "interviewer",
15324
15337
  "notetaker",
15325
15338
  "sales",
15339
+ "presenter",
15326
15340
  "other"
15327
15341
  ],
15328
- "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."
15342
+ "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."
15329
15343
  },
15330
15344
  "status": {
15331
15345
  "type": "string",
@@ -15648,9 +15662,10 @@
15648
15662
  "interviewer",
15649
15663
  "notetaker",
15650
15664
  "sales",
15665
+ "presenter",
15651
15666
  "other"
15652
15667
  ],
15653
- "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."
15668
+ "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."
15654
15669
  },
15655
15670
  "status": {
15656
15671
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.66",
3
+ "version": "0.1.33-dev.68",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",