@smartytalent/openai-tools 0.1.33-dev.57 → 0.1.33-dev.58

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 +10 -1
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -14962,9 +14962,18 @@
14962
14962
  "title": "MeetingAiSessionSettingsSchema",
14963
14963
  "type": "object",
14964
14964
  "properties": {
14965
+ "mode": {
14966
+ "type": "string",
14967
+ "enum": [
14968
+ "assistant",
14969
+ "transcription"
14970
+ ],
14971
+ "default": "assistant",
14972
+ "description": "Picks the Azure realtime resource + session.type baked into the\nephemeral token. 'assistant' = eu00, sm-gpt-realtime-1.5,\nsession.type=realtime (browser-side Boe). 'transcription' = eu01,\nsm-gpt-realtime-whisper, session.type=transcription (live captions,\naudio-in / text-out only)."
14973
+ },
14965
14974
  "language": {
14966
14975
  "type": "string",
14967
- "description": "Reply language for Boe's assistant behaviour (e.g. English)"
14976
+ "description": "Reply language for Boe's assistant behaviour (e.g. English). Only applies when mode=assistant."
14968
14977
  }
14969
14978
  }
14970
14979
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.57",
3
+ "version": "0.1.33-dev.58",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",