@smartytalent/openai-tools 0.8.4 → 0.8.5

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 +2 -1
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -14914,9 +14914,10 @@
14914
14914
  "properties": {
14915
14915
  "filterStatus": {
14916
14916
  "type": "string",
14917
- "description": "Returns personas with the current status (active, archived). If not provided, the default value will be set to 'active'.",
14917
+ "description": "Returns personas with this status. Defaults to `active`, which is\nthe only status a persona may be CONSUMED in. `draft` is the\nhonest in-between: the cohort exists and the profile is being\nsynthesized, but it is under the k-anonymity threshold (fewer\nthan three hires), so nothing scores or writes copy against it.\nRecruiters should be able to see that a market is building, so\nthe list has to be able to return it.",
14918
14918
  "enum": [
14919
14919
  "active",
14920
+ "draft",
14920
14921
  "archived"
14921
14922
  ]
14922
14923
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",