@smartytalent/openai-tools 0.2.1 → 0.2.3
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 -1
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -643,7 +643,16 @@
|
|
|
643
643
|
"description": "Delete Tenant",
|
|
644
644
|
"parameters": {
|
|
645
645
|
"type": "object",
|
|
646
|
-
"properties": {
|
|
646
|
+
"properties": {
|
|
647
|
+
"permanentDelete": {
|
|
648
|
+
"type": "string",
|
|
649
|
+
"description": "Set to true for immediate irreversible purge of all tenant data. Defaults to false (soft archive with a retention window).",
|
|
650
|
+
"enum": [
|
|
651
|
+
"true",
|
|
652
|
+
"false"
|
|
653
|
+
]
|
|
654
|
+
}
|
|
655
|
+
}
|
|
647
656
|
}
|
|
648
657
|
}
|
|
649
658
|
},
|