@smartytalent/openai-tools 0.9.7 → 0.9.8
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 +10 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -392,6 +392,11 @@
|
|
|
392
392
|
"type": "integer",
|
|
393
393
|
"minimum": 1,
|
|
394
394
|
"description": "Max outbound SMS to one number per day (phase-2 rails)"
|
|
395
|
+
},
|
|
396
|
+
"smsDailyBudget": {
|
|
397
|
+
"type": "integer",
|
|
398
|
+
"minimum": 1,
|
|
399
|
+
"description": "Daily outbound-SMS budget for the tenant across the inbound-call channel (2b rails; container default applies when unset)"
|
|
395
400
|
}
|
|
396
401
|
}
|
|
397
402
|
}
|
|
@@ -906,6 +911,11 @@
|
|
|
906
911
|
"type": "integer",
|
|
907
912
|
"minimum": 1,
|
|
908
913
|
"description": "Max outbound SMS to one number per day (phase-2 rails)"
|
|
914
|
+
},
|
|
915
|
+
"smsDailyBudget": {
|
|
916
|
+
"type": "integer",
|
|
917
|
+
"minimum": 1,
|
|
918
|
+
"description": "Daily outbound-SMS budget for the tenant across the inbound-call channel (2b rails; container default applies when unset)"
|
|
909
919
|
}
|
|
910
920
|
}
|
|
911
921
|
}
|