@smartytalent/openai-tools 0.8.6 → 0.8.7
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.
- package/dist/tools.json +8 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -15055,6 +15055,10 @@
|
|
|
15055
15055
|
"type": "integer",
|
|
15056
15056
|
"description": "How many members actually fed the profile on this row (diagnostic; can be lower than memberCount)."
|
|
15057
15057
|
},
|
|
15058
|
+
"provenCount": {
|
|
15059
|
+
"type": "integer",
|
|
15060
|
+
"description": "How many cohort members the hiring manager CONFIRMED at the\n90-day probation mark. \"3 hires, 2 proven\" is the number that\nturns the persona from \"whom we hired\" into \"who worked out\".\nCounted in code, never by a model."
|
|
15061
|
+
},
|
|
15058
15062
|
"talentCount": {
|
|
15059
15063
|
"type": "integer",
|
|
15060
15064
|
"description": "Legacy mirror of memberCount."
|
|
@@ -15416,6 +15420,10 @@
|
|
|
15416
15420
|
"type": "integer",
|
|
15417
15421
|
"description": "How many members actually fed the profile on this row (diagnostic; can be lower than memberCount)."
|
|
15418
15422
|
},
|
|
15423
|
+
"provenCount": {
|
|
15424
|
+
"type": "integer",
|
|
15425
|
+
"description": "How many cohort members the hiring manager CONFIRMED at the\n90-day probation mark. \"3 hires, 2 proven\" is the number that\nturns the persona from \"whom we hired\" into \"who worked out\".\nCounted in code, never by a model."
|
|
15426
|
+
},
|
|
15419
15427
|
"talentCount": {
|
|
15420
15428
|
"type": "integer",
|
|
15421
15429
|
"description": "Legacy mirror of memberCount."
|