@smartytalent/openai-tools 0.8.3 → 0.8.4

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 +18 -2
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -15008,9 +15008,17 @@
15008
15008
  },
15009
15009
  "name": {
15010
15010
  "type": "object",
15011
- "description": "Language-keyed invented name for the archetype. Written once, then stable across rebuilds.",
15011
+ "description": "Language-keyed invented name for the archetype. Stable across\nrebuilds, but regenerated when the cohort's predominant gender\nflips - the name states a gender, and that gender is a finding\nabout the cohort (see `identityGender`).",
15012
15012
  "additionalProperties": true
15013
15013
  },
15014
+ "identityGender": {
15015
+ "type": "string",
15016
+ "description": "The cohort gender the current name and picture were minted for. Diagnostic.",
15017
+ "enum": [
15018
+ "male",
15019
+ "female"
15020
+ ]
15021
+ },
15014
15022
  "profilePictureUrl": {
15015
15023
  "type": "string",
15016
15024
  "description": "Illustration for the archetype. Not a photograph of anyone."
@@ -15343,9 +15351,17 @@
15343
15351
  },
15344
15352
  "name": {
15345
15353
  "type": "object",
15346
- "description": "Language-keyed invented name for the archetype. Written once, then stable across rebuilds.",
15354
+ "description": "Language-keyed invented name for the archetype. Stable across\nrebuilds, but regenerated when the cohort's predominant gender\nflips - the name states a gender, and that gender is a finding\nabout the cohort (see `identityGender`).",
15347
15355
  "additionalProperties": true
15348
15356
  },
15357
+ "identityGender": {
15358
+ "type": "string",
15359
+ "description": "The cohort gender the current name and picture were minted for. Diagnostic.",
15360
+ "enum": [
15361
+ "male",
15362
+ "female"
15363
+ ]
15364
+ },
15349
15365
  "profilePictureUrl": {
15350
15366
  "type": "string",
15351
15367
  "description": "Illustration for the archetype. Not a photograph of anyone."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",