@smartytalent/openai-tools 0.1.33-dev.82 → 0.1.33-dev.83
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 +5 -6
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -16188,12 +16188,11 @@
|
|
|
16188
16188
|
},
|
|
16189
16189
|
"emails": {
|
|
16190
16190
|
"title": "ConversationRelationshipsEmailsSchema",
|
|
16191
|
-
"type": "
|
|
16192
|
-
"
|
|
16193
|
-
"
|
|
16194
|
-
|
|
16195
|
-
|
|
16196
|
-
"data": {
|
|
16191
|
+
"type": "object",
|
|
16192
|
+
"properties": {
|
|
16193
|
+
"data": {
|
|
16194
|
+
"type": "array",
|
|
16195
|
+
"items": {
|
|
16197
16196
|
"title": "ConversationRelationshipsEmailsDataSchema",
|
|
16198
16197
|
"type": "object",
|
|
16199
16198
|
"properties": {
|