@smartytalent/openai-tools 0.1.33-dev.87 → 0.1.33-dev.88
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 +21 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -4023,6 +4023,27 @@
|
|
|
4023
4023
|
}
|
|
4024
4024
|
}
|
|
4025
4025
|
}
|
|
4026
|
+
},
|
|
4027
|
+
"briefs": {
|
|
4028
|
+
"title": "JobRelationshipsBriefsSchema",
|
|
4029
|
+
"type": "object",
|
|
4030
|
+
"properties": {
|
|
4031
|
+
"data": {
|
|
4032
|
+
"type": "array",
|
|
4033
|
+
"items": {
|
|
4034
|
+
"title": "JobRelationshipsBriefsDataSchema",
|
|
4035
|
+
"type": "object",
|
|
4036
|
+
"properties": {
|
|
4037
|
+
"type": {
|
|
4038
|
+
"type": "string"
|
|
4039
|
+
},
|
|
4040
|
+
"id": {
|
|
4041
|
+
"type": "string"
|
|
4042
|
+
}
|
|
4043
|
+
}
|
|
4044
|
+
}
|
|
4045
|
+
}
|
|
4046
|
+
}
|
|
4026
4047
|
}
|
|
4027
4048
|
}
|
|
4028
4049
|
},
|