@smartytalent/openai-tools 0.1.33-dev.94 → 0.1.33-dev.96
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 +36 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -16597,6 +16597,42 @@
|
|
|
16597
16597
|
}
|
|
16598
16598
|
}
|
|
16599
16599
|
}
|
|
16600
|
+
},
|
|
16601
|
+
"talent": {
|
|
16602
|
+
"title": "ConversationRelationshipsTalentSchema",
|
|
16603
|
+
"type": "object",
|
|
16604
|
+
"properties": {
|
|
16605
|
+
"data": {
|
|
16606
|
+
"title": "ConversationRelationshipsTalentDataSchema",
|
|
16607
|
+
"type": "object",
|
|
16608
|
+
"properties": {
|
|
16609
|
+
"type": {
|
|
16610
|
+
"type": "string"
|
|
16611
|
+
},
|
|
16612
|
+
"id": {
|
|
16613
|
+
"type": "string"
|
|
16614
|
+
}
|
|
16615
|
+
}
|
|
16616
|
+
}
|
|
16617
|
+
}
|
|
16618
|
+
},
|
|
16619
|
+
"job": {
|
|
16620
|
+
"title": "ConversationRelationshipsJobSchema",
|
|
16621
|
+
"type": "object",
|
|
16622
|
+
"properties": {
|
|
16623
|
+
"data": {
|
|
16624
|
+
"title": "ConversationRelationshipsJobDataSchema",
|
|
16625
|
+
"type": "object",
|
|
16626
|
+
"properties": {
|
|
16627
|
+
"type": {
|
|
16628
|
+
"type": "string"
|
|
16629
|
+
},
|
|
16630
|
+
"id": {
|
|
16631
|
+
"type": "string"
|
|
16632
|
+
}
|
|
16633
|
+
}
|
|
16634
|
+
}
|
|
16635
|
+
}
|
|
16600
16636
|
}
|
|
16601
16637
|
}
|
|
16602
16638
|
}
|