@smartytalent/openai-tools 0.4.2 → 0.4.3

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 +4 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -10851,6 +10851,10 @@
10851
10851
  "description": "Filter by AI intent classifier output (inbound calls only). Post-filtered after pagination - acceptable while intent classification is small-scale.",
10852
10852
  "enum": [
10853
10853
  "brief_request",
10854
+ "job_application",
10855
+ "talent_pool",
10856
+ "status_inquiry",
10857
+ "wrong_number",
10854
10858
  "sales_chat",
10855
10859
  "faq",
10856
10860
  "other"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",