@smartytalent/openai-tools 0.1.33-dev.70 → 0.1.33-dev.71

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 +30 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -14020,6 +14020,21 @@
14020
14020
  ],
14021
14021
  "description": "Where the meeting actually runs. Drives URL parsing and bot dispatch capability."
14022
14022
  },
14023
+ "purpose": {
14024
+ "type": "string",
14025
+ "enum": [
14026
+ "interview",
14027
+ "brief",
14028
+ "sales",
14029
+ "1on1",
14030
+ "kickoff",
14031
+ "client_demo",
14032
+ "internal_sync",
14033
+ "training",
14034
+ "other"
14035
+ ],
14036
+ "description": "Host-declared purpose of the meeting. Set at create time\n(FE chip / template picker). Drives Boe's opener tone and\nthe post-meeting review-page filter.\n\nDistinct from `topicsDiscussed` which is AI-inferred\nmulti-value ground truth from the transcript - the two can\ndisagree (intent vs reality).\n\nValues:\n - `interview` - any candidate-facing screening or interview\n - `brief` - recruiter briefing client on a role\n - `sales` - sales / commercial conversation\n - `1on1` - manager <-> report sync\n - `kickoff` - project / engagement kickoff\n - `client_demo` - product demo to external party\n - `internal_sync` - status update / planning / retro\n - `training` - onboarding / knowledge transfer\n - `other` - everything else"
14037
+ },
14023
14038
  "joinUrl": {
14024
14039
  "type": "string",
14025
14040
  "description": "Third-party meeting URL (Zoom/Meet/Teams/Webex). Null on chime meetings."
@@ -14590,6 +14605,21 @@
14590
14605
  ],
14591
14606
  "description": "Where the meeting actually runs. Drives URL parsing and bot dispatch capability."
14592
14607
  },
14608
+ "purpose": {
14609
+ "type": "string",
14610
+ "enum": [
14611
+ "interview",
14612
+ "brief",
14613
+ "sales",
14614
+ "1on1",
14615
+ "kickoff",
14616
+ "client_demo",
14617
+ "internal_sync",
14618
+ "training",
14619
+ "other"
14620
+ ],
14621
+ "description": "Host-declared purpose of the meeting. Set at create time\n(FE chip / template picker). Drives Boe's opener tone and\nthe post-meeting review-page filter.\n\nDistinct from `topicsDiscussed` which is AI-inferred\nmulti-value ground truth from the transcript - the two can\ndisagree (intent vs reality).\n\nValues:\n - `interview` - any candidate-facing screening or interview\n - `brief` - recruiter briefing client on a role\n - `sales` - sales / commercial conversation\n - `1on1` - manager <-> report sync\n - `kickoff` - project / engagement kickoff\n - `client_demo` - product demo to external party\n - `internal_sync` - status update / planning / retro\n - `training` - onboarding / knowledge transfer\n - `other` - everything else"
14622
+ },
14593
14623
  "joinUrl": {
14594
14624
  "type": "string",
14595
14625
  "description": "Third-party meeting URL (Zoom/Meet/Teams/Webex). Null on chime meetings."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.70",
3
+ "version": "0.1.33-dev.71",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",