@smartytalent/openai-tools 0.1.14 → 0.1.15
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 +36 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -6313,10 +6313,26 @@
|
|
|
6313
6313
|
"type": "string"
|
|
6314
6314
|
},
|
|
6315
6315
|
"subject": {
|
|
6316
|
-
"
|
|
6316
|
+
"oneOf": [
|
|
6317
|
+
{
|
|
6318
|
+
"type": "string"
|
|
6319
|
+
},
|
|
6320
|
+
{
|
|
6321
|
+
"type": "object",
|
|
6322
|
+
"additionalProperties": true
|
|
6323
|
+
}
|
|
6324
|
+
]
|
|
6317
6325
|
},
|
|
6318
6326
|
"body": {
|
|
6319
|
-
"
|
|
6327
|
+
"oneOf": [
|
|
6328
|
+
{
|
|
6329
|
+
"type": "string"
|
|
6330
|
+
},
|
|
6331
|
+
{
|
|
6332
|
+
"type": "object",
|
|
6333
|
+
"additionalProperties": true
|
|
6334
|
+
}
|
|
6335
|
+
]
|
|
6320
6336
|
},
|
|
6321
6337
|
"shortCode": {
|
|
6322
6338
|
"type": "string"
|
|
@@ -6540,10 +6556,26 @@
|
|
|
6540
6556
|
"type": "string"
|
|
6541
6557
|
},
|
|
6542
6558
|
"subject": {
|
|
6543
|
-
"
|
|
6559
|
+
"oneOf": [
|
|
6560
|
+
{
|
|
6561
|
+
"type": "string"
|
|
6562
|
+
},
|
|
6563
|
+
{
|
|
6564
|
+
"type": "object",
|
|
6565
|
+
"additionalProperties": true
|
|
6566
|
+
}
|
|
6567
|
+
]
|
|
6544
6568
|
},
|
|
6545
6569
|
"body": {
|
|
6546
|
-
"
|
|
6570
|
+
"oneOf": [
|
|
6571
|
+
{
|
|
6572
|
+
"type": "string"
|
|
6573
|
+
},
|
|
6574
|
+
{
|
|
6575
|
+
"type": "object",
|
|
6576
|
+
"additionalProperties": true
|
|
6577
|
+
}
|
|
6578
|
+
]
|
|
6547
6579
|
},
|
|
6548
6580
|
"shortCode": {
|
|
6549
6581
|
"type": "string"
|