@smartytalent/openai-tools 0.1.33-dev.66 → 0.1.33-dev.67
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 +11 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -15089,6 +15089,17 @@
|
|
|
15089
15089
|
}
|
|
15090
15090
|
}
|
|
15091
15091
|
},
|
|
15092
|
+
{
|
|
15093
|
+
"type": "function",
|
|
15094
|
+
"function": {
|
|
15095
|
+
"name": "list_guest_meeting_attendees",
|
|
15096
|
+
"description": "List Guest Meeting Attendees",
|
|
15097
|
+
"parameters": {
|
|
15098
|
+
"type": "object",
|
|
15099
|
+
"properties": {}
|
|
15100
|
+
}
|
|
15101
|
+
}
|
|
15102
|
+
},
|
|
15092
15103
|
{
|
|
15093
15104
|
"type": "function",
|
|
15094
15105
|
"function": {
|