@smartytalent/openai-tools 0.8.4 → 0.8.6
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 +23 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -14914,9 +14914,10 @@
|
|
|
14914
14914
|
"properties": {
|
|
14915
14915
|
"filterStatus": {
|
|
14916
14916
|
"type": "string",
|
|
14917
|
-
"description": "Returns personas with
|
|
14917
|
+
"description": "Returns personas with this status. Defaults to `active`, which is\nthe only status a persona may be CONSUMED in. `draft` is the\nhonest in-between: the cohort exists and the profile is being\nsynthesized, but it is under the k-anonymity threshold (fewer\nthan three hires), so nothing scores or writes copy against it.\nRecruiters should be able to see that a market is building, so\nthe list has to be able to return it.",
|
|
14918
14918
|
"enum": [
|
|
14919
14919
|
"active",
|
|
14920
|
+
"draft",
|
|
14920
14921
|
"archived"
|
|
14921
14922
|
]
|
|
14922
14923
|
},
|
|
@@ -15205,15 +15206,33 @@
|
|
|
15205
15206
|
"relationships": {
|
|
15206
15207
|
"title": "PersonaRelationshipsSchema",
|
|
15207
15208
|
"type": "object",
|
|
15209
|
+
"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.",
|
|
15208
15210
|
"properties": {
|
|
15209
|
-
"
|
|
15210
|
-
"title": "
|
|
15211
|
+
"user": {
|
|
15212
|
+
"title": "PersonaRelationshipsUserSchema",
|
|
15213
|
+
"type": "object",
|
|
15214
|
+
"properties": {
|
|
15215
|
+
"data": {
|
|
15216
|
+
"type": "object",
|
|
15217
|
+
"properties": {
|
|
15218
|
+
"type": {
|
|
15219
|
+
"type": "string"
|
|
15220
|
+
},
|
|
15221
|
+
"id": {
|
|
15222
|
+
"type": "string"
|
|
15223
|
+
}
|
|
15224
|
+
}
|
|
15225
|
+
}
|
|
15226
|
+
}
|
|
15227
|
+
},
|
|
15228
|
+
"jobs": {
|
|
15229
|
+
"title": "PersonaRelationshipsJobsSchema",
|
|
15211
15230
|
"type": "object",
|
|
15212
15231
|
"properties": {
|
|
15213
15232
|
"data": {
|
|
15214
15233
|
"type": "array",
|
|
15215
15234
|
"items": {
|
|
15216
|
-
"title": "
|
|
15235
|
+
"title": "PersonaRelationshipsJobsDataSchema",
|
|
15217
15236
|
"type": "object",
|
|
15218
15237
|
"properties": {
|
|
15219
15238
|
"type": {
|