@smartytalent/openai-tools 0.1.33-dev.42 → 0.1.33-dev.44
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 +26 -156
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -4814,97 +4814,33 @@
|
|
|
4814
4814
|
},
|
|
4815
4815
|
"rejectionTicket": {
|
|
4816
4816
|
"type": "object",
|
|
4817
|
-
"description": "Language-keyed rejection ticket. Pre-AI: empty string per\nlocale. Post-AI: object with isAssumed / description /\nstatus / category / etc keys.",
|
|
4818
|
-
"additionalProperties":
|
|
4819
|
-
"oneOf": [
|
|
4820
|
-
{
|
|
4821
|
-
"type": "string"
|
|
4822
|
-
},
|
|
4823
|
-
{
|
|
4824
|
-
"type": "object",
|
|
4825
|
-
"additionalProperties": true
|
|
4826
|
-
}
|
|
4827
|
-
]
|
|
4828
|
-
}
|
|
4817
|
+
"description": "Language-keyed rejection ticket. Pre-AI: empty string per\nlocale. Post-AI: object with isAssumed / description /\nstatus / category / etc keys. Locale value type is\nintentionally unconstrained (Any) - see comment above.",
|
|
4818
|
+
"additionalProperties": true
|
|
4829
4819
|
},
|
|
4830
4820
|
"recommendationStatus": {
|
|
4831
4821
|
"type": "object",
|
|
4832
|
-
"description": "Language-keyed recommendation status. Pre-AI: empty string.\nPost-AI: scalar string (\"Recommended\", \"Not
|
|
4833
|
-
"additionalProperties":
|
|
4834
|
-
"oneOf": [
|
|
4835
|
-
{
|
|
4836
|
-
"type": "string"
|
|
4837
|
-
},
|
|
4838
|
-
{
|
|
4839
|
-
"type": "object",
|
|
4840
|
-
"additionalProperties": true
|
|
4841
|
-
}
|
|
4842
|
-
]
|
|
4843
|
-
}
|
|
4822
|
+
"description": "Language-keyed recommendation status. Pre-AI: empty string.\nPost-AI: typically scalar string (\"Recommended\", \"Not\nRecommended\", ...). Locale value type unconstrained (Any).",
|
|
4823
|
+
"additionalProperties": true
|
|
4844
4824
|
},
|
|
4845
4825
|
"overallAssessment": {
|
|
4846
4826
|
"type": "object",
|
|
4847
|
-
"description": "Language-keyed overall assessment. Pre-AI: empty string.\nPost-AI: long-form scalar string per locale.",
|
|
4848
|
-
"additionalProperties":
|
|
4849
|
-
"oneOf": [
|
|
4850
|
-
{
|
|
4851
|
-
"type": "string"
|
|
4852
|
-
},
|
|
4853
|
-
{
|
|
4854
|
-
"type": "object",
|
|
4855
|
-
"additionalProperties": true
|
|
4856
|
-
}
|
|
4857
|
-
]
|
|
4858
|
-
}
|
|
4827
|
+
"description": "Language-keyed overall assessment. Pre-AI: empty string.\nPost-AI: long-form scalar string per locale. Locale value\ntype unconstrained (Any).",
|
|
4828
|
+
"additionalProperties": true
|
|
4859
4829
|
},
|
|
4860
4830
|
"nextSteps": {
|
|
4861
4831
|
"type": "object",
|
|
4862
|
-
"description": "Language-keyed next-steps recommendations. Pre-AI: empty\nstring. Post-AI: array of strings per locale.",
|
|
4863
|
-
"additionalProperties":
|
|
4864
|
-
"oneOf": [
|
|
4865
|
-
{
|
|
4866
|
-
"type": "string"
|
|
4867
|
-
},
|
|
4868
|
-
{
|
|
4869
|
-
"type": "array",
|
|
4870
|
-
"items": {
|
|
4871
|
-
"type": "string"
|
|
4872
|
-
}
|
|
4873
|
-
}
|
|
4874
|
-
]
|
|
4875
|
-
}
|
|
4832
|
+
"description": "Language-keyed next-steps recommendations. Pre-AI: empty\nstring. Post-AI: array of strings per locale. Locale value\ntype unconstrained (Any).",
|
|
4833
|
+
"additionalProperties": true
|
|
4876
4834
|
},
|
|
4877
4835
|
"insightsAndAnalysis": {
|
|
4878
4836
|
"type": "object",
|
|
4879
|
-
"description": "Language-keyed insights and analysis. Pre-AI: empty string.\nPost-AI: free-form object per locale.",
|
|
4880
|
-
"additionalProperties":
|
|
4881
|
-
"oneOf": [
|
|
4882
|
-
{
|
|
4883
|
-
"type": "string"
|
|
4884
|
-
},
|
|
4885
|
-
{
|
|
4886
|
-
"type": "object",
|
|
4887
|
-
"additionalProperties": true
|
|
4888
|
-
}
|
|
4889
|
-
]
|
|
4890
|
-
}
|
|
4837
|
+
"description": "Language-keyed insights and analysis. Pre-AI: empty string.\nPost-AI: free-form object per locale. Locale value type\nunconstrained (Any).",
|
|
4838
|
+
"additionalProperties": true
|
|
4891
4839
|
},
|
|
4892
4840
|
"keywords": {
|
|
4893
4841
|
"type": "object",
|
|
4894
|
-
"description": "Language-keyed extracted keywords. Pre-AI: empty string.\nPost-AI: array of strings per locale.",
|
|
4895
|
-
"additionalProperties":
|
|
4896
|
-
"oneOf": [
|
|
4897
|
-
{
|
|
4898
|
-
"type": "string"
|
|
4899
|
-
},
|
|
4900
|
-
{
|
|
4901
|
-
"type": "array",
|
|
4902
|
-
"items": {
|
|
4903
|
-
"type": "string"
|
|
4904
|
-
}
|
|
4905
|
-
}
|
|
4906
|
-
]
|
|
4907
|
-
}
|
|
4842
|
+
"description": "Language-keyed extracted keywords. Pre-AI: empty string.\nPost-AI: array of strings per locale. Locale value type\nunconstrained (Any).",
|
|
4843
|
+
"additionalProperties": true
|
|
4908
4844
|
},
|
|
4909
4845
|
"availability": {
|
|
4910
4846
|
"type": "object",
|
|
@@ -5425,97 +5361,33 @@
|
|
|
5425
5361
|
},
|
|
5426
5362
|
"rejectionTicket": {
|
|
5427
5363
|
"type": "object",
|
|
5428
|
-
"description": "Language-keyed rejection ticket. Pre-AI: empty string per\nlocale. Post-AI: object with isAssumed / description /\nstatus / category / etc keys.",
|
|
5429
|
-
"additionalProperties":
|
|
5430
|
-
"oneOf": [
|
|
5431
|
-
{
|
|
5432
|
-
"type": "string"
|
|
5433
|
-
},
|
|
5434
|
-
{
|
|
5435
|
-
"type": "object",
|
|
5436
|
-
"additionalProperties": true
|
|
5437
|
-
}
|
|
5438
|
-
]
|
|
5439
|
-
}
|
|
5364
|
+
"description": "Language-keyed rejection ticket. Pre-AI: empty string per\nlocale. Post-AI: object with isAssumed / description /\nstatus / category / etc keys. Locale value type is\nintentionally unconstrained (Any) - see comment above.",
|
|
5365
|
+
"additionalProperties": true
|
|
5440
5366
|
},
|
|
5441
5367
|
"recommendationStatus": {
|
|
5442
5368
|
"type": "object",
|
|
5443
|
-
"description": "Language-keyed recommendation status. Pre-AI: empty string.\nPost-AI: scalar string (\"Recommended\", \"Not
|
|
5444
|
-
"additionalProperties":
|
|
5445
|
-
"oneOf": [
|
|
5446
|
-
{
|
|
5447
|
-
"type": "string"
|
|
5448
|
-
},
|
|
5449
|
-
{
|
|
5450
|
-
"type": "object",
|
|
5451
|
-
"additionalProperties": true
|
|
5452
|
-
}
|
|
5453
|
-
]
|
|
5454
|
-
}
|
|
5369
|
+
"description": "Language-keyed recommendation status. Pre-AI: empty string.\nPost-AI: typically scalar string (\"Recommended\", \"Not\nRecommended\", ...). Locale value type unconstrained (Any).",
|
|
5370
|
+
"additionalProperties": true
|
|
5455
5371
|
},
|
|
5456
5372
|
"overallAssessment": {
|
|
5457
5373
|
"type": "object",
|
|
5458
|
-
"description": "Language-keyed overall assessment. Pre-AI: empty string.\nPost-AI: long-form scalar string per locale.",
|
|
5459
|
-
"additionalProperties":
|
|
5460
|
-
"oneOf": [
|
|
5461
|
-
{
|
|
5462
|
-
"type": "string"
|
|
5463
|
-
},
|
|
5464
|
-
{
|
|
5465
|
-
"type": "object",
|
|
5466
|
-
"additionalProperties": true
|
|
5467
|
-
}
|
|
5468
|
-
]
|
|
5469
|
-
}
|
|
5374
|
+
"description": "Language-keyed overall assessment. Pre-AI: empty string.\nPost-AI: long-form scalar string per locale. Locale value\ntype unconstrained (Any).",
|
|
5375
|
+
"additionalProperties": true
|
|
5470
5376
|
},
|
|
5471
5377
|
"nextSteps": {
|
|
5472
5378
|
"type": "object",
|
|
5473
|
-
"description": "Language-keyed next-steps recommendations. Pre-AI: empty\nstring. Post-AI: array of strings per locale.",
|
|
5474
|
-
"additionalProperties":
|
|
5475
|
-
"oneOf": [
|
|
5476
|
-
{
|
|
5477
|
-
"type": "string"
|
|
5478
|
-
},
|
|
5479
|
-
{
|
|
5480
|
-
"type": "array",
|
|
5481
|
-
"items": {
|
|
5482
|
-
"type": "string"
|
|
5483
|
-
}
|
|
5484
|
-
}
|
|
5485
|
-
]
|
|
5486
|
-
}
|
|
5379
|
+
"description": "Language-keyed next-steps recommendations. Pre-AI: empty\nstring. Post-AI: array of strings per locale. Locale value\ntype unconstrained (Any).",
|
|
5380
|
+
"additionalProperties": true
|
|
5487
5381
|
},
|
|
5488
5382
|
"insightsAndAnalysis": {
|
|
5489
5383
|
"type": "object",
|
|
5490
|
-
"description": "Language-keyed insights and analysis. Pre-AI: empty string.\nPost-AI: free-form object per locale.",
|
|
5491
|
-
"additionalProperties":
|
|
5492
|
-
"oneOf": [
|
|
5493
|
-
{
|
|
5494
|
-
"type": "string"
|
|
5495
|
-
},
|
|
5496
|
-
{
|
|
5497
|
-
"type": "object",
|
|
5498
|
-
"additionalProperties": true
|
|
5499
|
-
}
|
|
5500
|
-
]
|
|
5501
|
-
}
|
|
5384
|
+
"description": "Language-keyed insights and analysis. Pre-AI: empty string.\nPost-AI: free-form object per locale. Locale value type\nunconstrained (Any).",
|
|
5385
|
+
"additionalProperties": true
|
|
5502
5386
|
},
|
|
5503
5387
|
"keywords": {
|
|
5504
5388
|
"type": "object",
|
|
5505
|
-
"description": "Language-keyed extracted keywords. Pre-AI: empty string.\nPost-AI: array of strings per locale.",
|
|
5506
|
-
"additionalProperties":
|
|
5507
|
-
"oneOf": [
|
|
5508
|
-
{
|
|
5509
|
-
"type": "string"
|
|
5510
|
-
},
|
|
5511
|
-
{
|
|
5512
|
-
"type": "array",
|
|
5513
|
-
"items": {
|
|
5514
|
-
"type": "string"
|
|
5515
|
-
}
|
|
5516
|
-
}
|
|
5517
|
-
]
|
|
5518
|
-
}
|
|
5389
|
+
"description": "Language-keyed extracted keywords. Pre-AI: empty string.\nPost-AI: array of strings per locale. Locale value type\nunconstrained (Any).",
|
|
5390
|
+
"additionalProperties": true
|
|
5519
5391
|
},
|
|
5520
5392
|
"availability": {
|
|
5521
5393
|
"type": "object",
|
|
@@ -16180,8 +16052,7 @@
|
|
|
16180
16052
|
}
|
|
16181
16053
|
},
|
|
16182
16054
|
"answerKey": {
|
|
16183
|
-
"
|
|
16184
|
-
"description": "Recruiter-only. The correct option id for `single-choice`. NEVER\nreturned by /v1/guest/attempts/* endpoints."
|
|
16055
|
+
"description": "Recruiter-only. Shape depends on questionType:\n single-choice -> string (option id)\n multiple-choice -> string[] (option ids)\n ranking -> string[] (option ids in order)\n situational-judgment -> { best: string, worst: string }\n scale / open-text -> not used (use scoringRubric)\nType intentionally left unconstrained (Any) - the variant\nshapes resist a oneOf wrapper because pydantic's outer\nDict[str, Wrapper] validation rejects raw scalars before\nthe wrapper's discriminator runs (same issue as the\nlocale-keyed candidate fields). NEVER returned by\n/v1/guest/attempts/* endpoints."
|
|
16185
16056
|
},
|
|
16186
16057
|
"scoringRubric": {
|
|
16187
16058
|
"type": "string",
|
|
@@ -16489,8 +16360,7 @@
|
|
|
16489
16360
|
}
|
|
16490
16361
|
},
|
|
16491
16362
|
"answerKey": {
|
|
16492
|
-
"
|
|
16493
|
-
"description": "Recruiter-only. The correct option id for `single-choice`. NEVER\nreturned by /v1/guest/attempts/* endpoints."
|
|
16363
|
+
"description": "Recruiter-only. Shape depends on questionType:\n single-choice -> string (option id)\n multiple-choice -> string[] (option ids)\n ranking -> string[] (option ids in order)\n situational-judgment -> { best: string, worst: string }\n scale / open-text -> not used (use scoringRubric)\nType intentionally left unconstrained (Any) - the variant\nshapes resist a oneOf wrapper because pydantic's outer\nDict[str, Wrapper] validation rejects raw scalars before\nthe wrapper's discriminator runs (same issue as the\nlocale-keyed candidate fields). NEVER returned by\n/v1/guest/attempts/* endpoints."
|
|
16494
16364
|
},
|
|
16495
16365
|
"scoringRubric": {
|
|
16496
16366
|
"type": "string",
|