@smartytalent/openai-tools 0.8.5 → 0.8.6

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.
Files changed (2) hide show
  1. package/dist/tools.json +21 -3
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -15206,15 +15206,33 @@
15206
15206
  "relationships": {
15207
15207
  "title": "PersonaRelationshipsSchema",
15208
15208
  "type": "object",
15209
+ "description": "Cohort MEMBERSHIP is never exposed: the `talents` relationship (the\nhired people behind the aggregate) is stripped from every response -\nthe persona is an aggregate of at least three people, and listing\nthem would undo exactly that.",
15209
15210
  "properties": {
15210
- "talents": {
15211
- "title": "PersonaRelationshipsTalentsSchema",
15211
+ "user": {
15212
+ "title": "PersonaRelationshipsUserSchema",
15213
+ "type": "object",
15214
+ "properties": {
15215
+ "data": {
15216
+ "type": "object",
15217
+ "properties": {
15218
+ "type": {
15219
+ "type": "string"
15220
+ },
15221
+ "id": {
15222
+ "type": "string"
15223
+ }
15224
+ }
15225
+ }
15226
+ }
15227
+ },
15228
+ "jobs": {
15229
+ "title": "PersonaRelationshipsJobsSchema",
15212
15230
  "type": "object",
15213
15231
  "properties": {
15214
15232
  "data": {
15215
15233
  "type": "array",
15216
15234
  "items": {
15217
- "title": "PersonaRelationshipsTalentsDataSchema",
15235
+ "title": "PersonaRelationshipsJobsDataSchema",
15218
15236
  "type": "object",
15219
15237
  "properties": {
15220
15238
  "type": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",