@smartytalent/openai-tools 0.4.8 → 0.4.9
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 -1
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -845,6 +845,15 @@
|
|
|
845
845
|
"type": "boolean"
|
|
846
846
|
}
|
|
847
847
|
}
|
|
848
|
+
},
|
|
849
|
+
"slot": {
|
|
850
|
+
"type": "string",
|
|
851
|
+
"enum": [
|
|
852
|
+
"calling",
|
|
853
|
+
"messaging"
|
|
854
|
+
],
|
|
855
|
+
"default": "calling",
|
|
856
|
+
"description": "Channel slot: calling = voice identity number (default), messaging = dedicated SMS number (requires SMS capability)"
|
|
848
857
|
}
|
|
849
858
|
},
|
|
850
859
|
"required": [
|
|
@@ -875,7 +884,33 @@
|
|
|
875
884
|
"description": "Unassign Phone Number",
|
|
876
885
|
"parameters": {
|
|
877
886
|
"type": "object",
|
|
878
|
-
"properties": {
|
|
887
|
+
"properties": {
|
|
888
|
+
"data": {
|
|
889
|
+
"type": "object",
|
|
890
|
+
"properties": {
|
|
891
|
+
"type": {
|
|
892
|
+
"type": "string",
|
|
893
|
+
"enum": [
|
|
894
|
+
"tenant-phone-numbers"
|
|
895
|
+
]
|
|
896
|
+
},
|
|
897
|
+
"attributes": {
|
|
898
|
+
"type": "object",
|
|
899
|
+
"properties": {
|
|
900
|
+
"slot": {
|
|
901
|
+
"type": "string",
|
|
902
|
+
"enum": [
|
|
903
|
+
"calling",
|
|
904
|
+
"messaging"
|
|
905
|
+
],
|
|
906
|
+
"default": "calling",
|
|
907
|
+
"description": "Which slot to detach"
|
|
908
|
+
}
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
}
|
|
879
914
|
}
|
|
880
915
|
}
|
|
881
916
|
},
|