@smartytalent/openai-tools 0.8.5 → 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 +29 -3
- 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."
|
|
@@ -15206,15 +15210,33 @@
|
|
|
15206
15210
|
"relationships": {
|
|
15207
15211
|
"title": "PersonaRelationshipsSchema",
|
|
15208
15212
|
"type": "object",
|
|
15213
|
+
"description": "Cohort MEMBERSHIP is never exposed: the `talents` relationship (the\nhired people behind the aggregate) is stripped from every response -\nthe persona is an aggregate of at least three people, and listing\nthem would undo exactly that.",
|
|
15209
15214
|
"properties": {
|
|
15210
|
-
"
|
|
15211
|
-
"title": "
|
|
15215
|
+
"user": {
|
|
15216
|
+
"title": "PersonaRelationshipsUserSchema",
|
|
15217
|
+
"type": "object",
|
|
15218
|
+
"properties": {
|
|
15219
|
+
"data": {
|
|
15220
|
+
"type": "object",
|
|
15221
|
+
"properties": {
|
|
15222
|
+
"type": {
|
|
15223
|
+
"type": "string"
|
|
15224
|
+
},
|
|
15225
|
+
"id": {
|
|
15226
|
+
"type": "string"
|
|
15227
|
+
}
|
|
15228
|
+
}
|
|
15229
|
+
}
|
|
15230
|
+
}
|
|
15231
|
+
},
|
|
15232
|
+
"jobs": {
|
|
15233
|
+
"title": "PersonaRelationshipsJobsSchema",
|
|
15212
15234
|
"type": "object",
|
|
15213
15235
|
"properties": {
|
|
15214
15236
|
"data": {
|
|
15215
15237
|
"type": "array",
|
|
15216
15238
|
"items": {
|
|
15217
|
-
"title": "
|
|
15239
|
+
"title": "PersonaRelationshipsJobsDataSchema",
|
|
15218
15240
|
"type": "object",
|
|
15219
15241
|
"properties": {
|
|
15220
15242
|
"type": {
|
|
@@ -15398,6 +15420,10 @@
|
|
|
15398
15420
|
"type": "integer",
|
|
15399
15421
|
"description": "How many members actually fed the profile on this row (diagnostic; can be lower than memberCount)."
|
|
15400
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
|
+
},
|
|
15401
15427
|
"talentCount": {
|
|
15402
15428
|
"type": "integer",
|
|
15403
15429
|
"description": "Legacy mirror of memberCount."
|