@smartytalent/openai-tools 0.1.33-dev.87 → 0.1.33-dev.89
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 +27 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -4023,6 +4023,27 @@
|
|
|
4023
4023
|
}
|
|
4024
4024
|
}
|
|
4025
4025
|
}
|
|
4026
|
+
},
|
|
4027
|
+
"briefs": {
|
|
4028
|
+
"title": "JobRelationshipsBriefsSchema",
|
|
4029
|
+
"type": "object",
|
|
4030
|
+
"properties": {
|
|
4031
|
+
"data": {
|
|
4032
|
+
"type": "array",
|
|
4033
|
+
"items": {
|
|
4034
|
+
"title": "JobRelationshipsBriefsDataSchema",
|
|
4035
|
+
"type": "object",
|
|
4036
|
+
"properties": {
|
|
4037
|
+
"type": {
|
|
4038
|
+
"type": "string"
|
|
4039
|
+
},
|
|
4040
|
+
"id": {
|
|
4041
|
+
"type": "string"
|
|
4042
|
+
}
|
|
4043
|
+
}
|
|
4044
|
+
}
|
|
4045
|
+
}
|
|
4046
|
+
}
|
|
4026
4047
|
}
|
|
4027
4048
|
}
|
|
4028
4049
|
},
|
|
@@ -7762,6 +7783,7 @@
|
|
|
7762
7783
|
"enum": [
|
|
7763
7784
|
"active",
|
|
7764
7785
|
"draft",
|
|
7786
|
+
"accepted",
|
|
7765
7787
|
"archived",
|
|
7766
7788
|
"failed"
|
|
7767
7789
|
]
|
|
@@ -8170,6 +8192,7 @@
|
|
|
8170
8192
|
"enum": [
|
|
8171
8193
|
"active",
|
|
8172
8194
|
"draft",
|
|
8195
|
+
"accepted",
|
|
8173
8196
|
"archived",
|
|
8174
8197
|
"failed"
|
|
8175
8198
|
]
|
|
@@ -17482,10 +17505,11 @@
|
|
|
17482
17505
|
"properties": {
|
|
17483
17506
|
"status": {
|
|
17484
17507
|
"type": "string",
|
|
17485
|
-
"description": "Template lifecycle. Candidate-side state (inProgress/submitted/\nevaluated/etc.) lives on attempts. `pending` is a transient state\nset when the AI Generate Step Function is in flight - the row\nflips to `active` once questions land.",
|
|
17508
|
+
"description": "Template lifecycle. Candidate-side state (inProgress/submitted/\nevaluated/etc.) lives on attempts. `pending` is a transient state\nset when the AI Generate Step Function is in flight - the row\nflips to `active` once questions land. `accepted` = the ReCop\napproved this assessment at the operator gate (Create Job From\nBrief, gate 2); set by the job:accept-artifacts workflow action.",
|
|
17486
17509
|
"enum": [
|
|
17487
17510
|
"draft",
|
|
17488
17511
|
"active",
|
|
17512
|
+
"accepted",
|
|
17489
17513
|
"archived",
|
|
17490
17514
|
"failed",
|
|
17491
17515
|
"pending"
|
|
@@ -17790,10 +17814,11 @@
|
|
|
17790
17814
|
"properties": {
|
|
17791
17815
|
"status": {
|
|
17792
17816
|
"type": "string",
|
|
17793
|
-
"description": "Template lifecycle. Candidate-side state (inProgress/submitted/\nevaluated/etc.) lives on attempts. `pending` is a transient state\nset when the AI Generate Step Function is in flight - the row\nflips to `active` once questions land.",
|
|
17817
|
+
"description": "Template lifecycle. Candidate-side state (inProgress/submitted/\nevaluated/etc.) lives on attempts. `pending` is a transient state\nset when the AI Generate Step Function is in flight - the row\nflips to `active` once questions land. `accepted` = the ReCop\napproved this assessment at the operator gate (Create Job From\nBrief, gate 2); set by the job:accept-artifacts workflow action.",
|
|
17794
17818
|
"enum": [
|
|
17795
17819
|
"draft",
|
|
17796
17820
|
"active",
|
|
17821
|
+
"accepted",
|
|
17797
17822
|
"archived",
|
|
17798
17823
|
"failed",
|
|
17799
17824
|
"pending"
|