@smartytalent/openai-tools 0.1.33-dev.41 → 0.1.33-dev.43
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 +24 -64
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -4814,53 +4814,33 @@
|
|
|
4814
4814
|
},
|
|
4815
4815
|
"rejectionTicket": {
|
|
4816
4816
|
"type": "object",
|
|
4817
|
-
"description": "Language-keyed rejection ticket. AI
|
|
4818
|
-
"additionalProperties":
|
|
4819
|
-
"type": "object",
|
|
4820
|
-
"additionalProperties": true
|
|
4821
|
-
}
|
|
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
|
|
4822
4819
|
},
|
|
4823
4820
|
"recommendationStatus": {
|
|
4824
4821
|
"type": "object",
|
|
4825
|
-
"description": "Language-keyed recommendation status
|
|
4826
|
-
"additionalProperties":
|
|
4827
|
-
"type": "string"
|
|
4828
|
-
}
|
|
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
|
|
4829
4824
|
},
|
|
4830
4825
|
"overallAssessment": {
|
|
4831
4826
|
"type": "object",
|
|
4832
|
-
"description": "Language-keyed overall assessment
|
|
4833
|
-
"additionalProperties":
|
|
4834
|
-
"type": "string"
|
|
4835
|
-
}
|
|
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
|
|
4836
4829
|
},
|
|
4837
4830
|
"nextSteps": {
|
|
4838
4831
|
"type": "object",
|
|
4839
|
-
"description": "Language-keyed next-steps recommendations
|
|
4840
|
-
"additionalProperties":
|
|
4841
|
-
"type": "array",
|
|
4842
|
-
"items": {
|
|
4843
|
-
"type": "string"
|
|
4844
|
-
}
|
|
4845
|
-
}
|
|
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
|
|
4846
4834
|
},
|
|
4847
4835
|
"insightsAndAnalysis": {
|
|
4848
4836
|
"type": "object",
|
|
4849
|
-
"description": "Language-keyed insights and analysis
|
|
4850
|
-
"additionalProperties":
|
|
4851
|
-
"type": "object",
|
|
4852
|
-
"additionalProperties": true
|
|
4853
|
-
}
|
|
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
|
|
4854
4839
|
},
|
|
4855
4840
|
"keywords": {
|
|
4856
4841
|
"type": "object",
|
|
4857
|
-
"description": "Language-keyed extracted keywords
|
|
4858
|
-
"additionalProperties":
|
|
4859
|
-
"type": "array",
|
|
4860
|
-
"items": {
|
|
4861
|
-
"type": "string"
|
|
4862
|
-
}
|
|
4863
|
-
}
|
|
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
|
|
4864
4844
|
},
|
|
4865
4845
|
"availability": {
|
|
4866
4846
|
"type": "object",
|
|
@@ -5381,53 +5361,33 @@
|
|
|
5381
5361
|
},
|
|
5382
5362
|
"rejectionTicket": {
|
|
5383
5363
|
"type": "object",
|
|
5384
|
-
"description": "Language-keyed rejection ticket. AI
|
|
5385
|
-
"additionalProperties":
|
|
5386
|
-
"type": "object",
|
|
5387
|
-
"additionalProperties": true
|
|
5388
|
-
}
|
|
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
|
|
5389
5366
|
},
|
|
5390
5367
|
"recommendationStatus": {
|
|
5391
5368
|
"type": "object",
|
|
5392
|
-
"description": "Language-keyed recommendation status
|
|
5393
|
-
"additionalProperties":
|
|
5394
|
-
"type": "string"
|
|
5395
|
-
}
|
|
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
|
|
5396
5371
|
},
|
|
5397
5372
|
"overallAssessment": {
|
|
5398
5373
|
"type": "object",
|
|
5399
|
-
"description": "Language-keyed overall assessment
|
|
5400
|
-
"additionalProperties":
|
|
5401
|
-
"type": "string"
|
|
5402
|
-
}
|
|
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
|
|
5403
5376
|
},
|
|
5404
5377
|
"nextSteps": {
|
|
5405
5378
|
"type": "object",
|
|
5406
|
-
"description": "Language-keyed next-steps recommendations
|
|
5407
|
-
"additionalProperties":
|
|
5408
|
-
"type": "array",
|
|
5409
|
-
"items": {
|
|
5410
|
-
"type": "string"
|
|
5411
|
-
}
|
|
5412
|
-
}
|
|
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
|
|
5413
5381
|
},
|
|
5414
5382
|
"insightsAndAnalysis": {
|
|
5415
5383
|
"type": "object",
|
|
5416
|
-
"description": "Language-keyed insights and analysis
|
|
5417
|
-
"additionalProperties":
|
|
5418
|
-
"type": "object",
|
|
5419
|
-
"additionalProperties": true
|
|
5420
|
-
}
|
|
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
|
|
5421
5386
|
},
|
|
5422
5387
|
"keywords": {
|
|
5423
5388
|
"type": "object",
|
|
5424
|
-
"description": "Language-keyed extracted keywords
|
|
5425
|
-
"additionalProperties":
|
|
5426
|
-
"type": "array",
|
|
5427
|
-
"items": {
|
|
5428
|
-
"type": "string"
|
|
5429
|
-
}
|
|
5430
|
-
}
|
|
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
|
|
5431
5391
|
},
|
|
5432
5392
|
"availability": {
|
|
5433
5393
|
"type": "object",
|