@smartytalent/openai-tools 0.1.33-dev.86 → 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 +105 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -3939,6 +3939,111 @@
|
|
|
3939
3939
|
}
|
|
3940
3940
|
}
|
|
3941
3941
|
}
|
|
3942
|
+
},
|
|
3943
|
+
"forms": {
|
|
3944
|
+
"title": "JobRelationshipsFormsSchema",
|
|
3945
|
+
"type": "object",
|
|
3946
|
+
"properties": {
|
|
3947
|
+
"data": {
|
|
3948
|
+
"type": "array",
|
|
3949
|
+
"items": {
|
|
3950
|
+
"title": "JobRelationshipsFormsDataSchema",
|
|
3951
|
+
"type": "object",
|
|
3952
|
+
"properties": {
|
|
3953
|
+
"type": {
|
|
3954
|
+
"type": "string"
|
|
3955
|
+
},
|
|
3956
|
+
"id": {
|
|
3957
|
+
"type": "string"
|
|
3958
|
+
}
|
|
3959
|
+
}
|
|
3960
|
+
}
|
|
3961
|
+
}
|
|
3962
|
+
}
|
|
3963
|
+
},
|
|
3964
|
+
"ads": {
|
|
3965
|
+
"title": "JobRelationshipsAdsSchema",
|
|
3966
|
+
"type": "object",
|
|
3967
|
+
"properties": {
|
|
3968
|
+
"data": {
|
|
3969
|
+
"type": "array",
|
|
3970
|
+
"items": {
|
|
3971
|
+
"title": "JobRelationshipsAdsDataSchema",
|
|
3972
|
+
"type": "object",
|
|
3973
|
+
"properties": {
|
|
3974
|
+
"type": {
|
|
3975
|
+
"type": "string"
|
|
3976
|
+
},
|
|
3977
|
+
"id": {
|
|
3978
|
+
"type": "string"
|
|
3979
|
+
}
|
|
3980
|
+
}
|
|
3981
|
+
}
|
|
3982
|
+
}
|
|
3983
|
+
}
|
|
3984
|
+
},
|
|
3985
|
+
"assessments": {
|
|
3986
|
+
"title": "JobRelationshipsAssessmentsSchema",
|
|
3987
|
+
"type": "object",
|
|
3988
|
+
"properties": {
|
|
3989
|
+
"data": {
|
|
3990
|
+
"type": "array",
|
|
3991
|
+
"items": {
|
|
3992
|
+
"title": "JobRelationshipsAssessmentsDataSchema",
|
|
3993
|
+
"type": "object",
|
|
3994
|
+
"properties": {
|
|
3995
|
+
"type": {
|
|
3996
|
+
"type": "string"
|
|
3997
|
+
},
|
|
3998
|
+
"id": {
|
|
3999
|
+
"type": "string"
|
|
4000
|
+
}
|
|
4001
|
+
}
|
|
4002
|
+
}
|
|
4003
|
+
}
|
|
4004
|
+
}
|
|
4005
|
+
},
|
|
4006
|
+
"feedbacks": {
|
|
4007
|
+
"title": "JobRelationshipsFeedbacksSchema",
|
|
4008
|
+
"type": "object",
|
|
4009
|
+
"properties": {
|
|
4010
|
+
"data": {
|
|
4011
|
+
"type": "array",
|
|
4012
|
+
"items": {
|
|
4013
|
+
"title": "JobRelationshipsFeedbacksDataSchema",
|
|
4014
|
+
"type": "object",
|
|
4015
|
+
"properties": {
|
|
4016
|
+
"type": {
|
|
4017
|
+
"type": "string"
|
|
4018
|
+
},
|
|
4019
|
+
"id": {
|
|
4020
|
+
"type": "string"
|
|
4021
|
+
}
|
|
4022
|
+
}
|
|
4023
|
+
}
|
|
4024
|
+
}
|
|
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
|
+
}
|
|
3942
4047
|
}
|
|
3943
4048
|
}
|
|
3944
4049
|
},
|