@smartytalent/openai-tools 0.5.2 → 0.5.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 +22 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -2014,6 +2014,28 @@
|
|
|
2014
2014
|
}
|
|
2015
2015
|
}
|
|
2016
2016
|
},
|
|
2017
|
+
{
|
|
2018
|
+
"type": "function",
|
|
2019
|
+
"function": {
|
|
2020
|
+
"name": "create_user_invitation",
|
|
2021
|
+
"description": "Resend User Invitation",
|
|
2022
|
+
"parameters": {
|
|
2023
|
+
"type": "object",
|
|
2024
|
+
"properties": {}
|
|
2025
|
+
}
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"type": "function",
|
|
2030
|
+
"function": {
|
|
2031
|
+
"name": "user_invitations_options",
|
|
2032
|
+
"description": "User Invitations Options",
|
|
2033
|
+
"parameters": {
|
|
2034
|
+
"type": "object",
|
|
2035
|
+
"properties": {}
|
|
2036
|
+
}
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
2017
2039
|
{
|
|
2018
2040
|
"type": "function",
|
|
2019
2041
|
"function": {
|