@smartytalent/openai-tools 0.1.14 → 0.1.16
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 +60 -6
- 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"
|
|
@@ -9301,7 +9333,18 @@
|
|
|
9301
9333
|
"type": "object",
|
|
9302
9334
|
"properties": {
|
|
9303
9335
|
"name": {
|
|
9304
|
-
"
|
|
9336
|
+
"oneOf": [
|
|
9337
|
+
{
|
|
9338
|
+
"type": "string"
|
|
9339
|
+
},
|
|
9340
|
+
{
|
|
9341
|
+
"type": "object",
|
|
9342
|
+
"additionalProperties": {
|
|
9343
|
+
"type": "string"
|
|
9344
|
+
}
|
|
9345
|
+
}
|
|
9346
|
+
],
|
|
9347
|
+
"description": "Conversation name. Can be a plain string or a multilingual object keyed by language code"
|
|
9305
9348
|
},
|
|
9306
9349
|
"type": {
|
|
9307
9350
|
"type": "string",
|
|
@@ -9445,7 +9488,18 @@
|
|
|
9445
9488
|
"type": "object",
|
|
9446
9489
|
"properties": {
|
|
9447
9490
|
"name": {
|
|
9448
|
-
"
|
|
9491
|
+
"oneOf": [
|
|
9492
|
+
{
|
|
9493
|
+
"type": "string"
|
|
9494
|
+
},
|
|
9495
|
+
{
|
|
9496
|
+
"type": "object",
|
|
9497
|
+
"additionalProperties": {
|
|
9498
|
+
"type": "string"
|
|
9499
|
+
}
|
|
9500
|
+
}
|
|
9501
|
+
],
|
|
9502
|
+
"description": "Conversation name. Can be a plain string or a multilingual object keyed by language code"
|
|
9449
9503
|
},
|
|
9450
9504
|
"type": {
|
|
9451
9505
|
"type": "string",
|