@smartytalent/openai-tools 0.4.1 → 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.
- package/dist/tools.json +5 -1
- 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"
|
|
@@ -16142,7 +16146,7 @@
|
|
|
16142
16146
|
"translator-openai"
|
|
16143
16147
|
],
|
|
16144
16148
|
"default": "assistant",
|
|
16145
|
-
"description": "Picks the provider + session.type baked into the ephemeral\ntoken.\n'assistant' = Azure eu00, sm-gpt-realtime-2,\n session.type=realtime (browser-side Boe).\n'assistant-openai' = OpenAI direct, gpt-realtime-2,\n session.type=realtime. Redundant with 'assistant' now that\n Azure eu00 hosts realtime-2 too; kept as a one-release\n safety valve while the Azure preview deployment soaks.\n'transcription' = Azure eu01, sm-gpt-realtime-whisper,\n session.type=transcription (live captions, audio-in /\n text-out only).\n'translator-openai' = OpenAI direct, gpt-realtime-translate,\n session.type=translation (audio-in, translated audio +\n source-language transcript fanned out on data channel).\n Requires targetLanguage."
|
|
16149
|
+
"description": "Picks the provider + session.type baked into the ephemeral\ntoken.\n'assistant' = Azure eu00, sm-gpt-realtime-2.1,\n session.type=realtime (browser-side Boe).\n'assistant-openai' = OpenAI direct, gpt-realtime-2.1,\n session.type=realtime. Redundant with 'assistant' now that\n Azure eu00 hosts realtime-2 too; kept as a one-release\n safety valve while the Azure preview deployment soaks.\n'transcription' = Azure eu01, sm-gpt-realtime-whisper,\n session.type=transcription (live captions, audio-in /\n text-out only).\n'translator-openai' = OpenAI direct, gpt-realtime-translate,\n session.type=translation (audio-in, translated audio +\n source-language transcript fanned out on data channel).\n Requires targetLanguage."
|
|
16146
16150
|
},
|
|
16147
16151
|
"language": {
|
|
16148
16152
|
"type": "string",
|