@smartytalent/openai-tools 0.1.33-dev.55 → 0.1.33-dev.56

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 -25
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -14958,16 +14958,6 @@
14958
14958
  "title": "MeetingAiSessionSettingsSchema",
14959
14959
  "type": "object",
14960
14960
  "properties": {
14961
- "mode": {
14962
- "type": "string",
14963
- "description": "Boe's presence in the meeting. See MeetingAiSessionAttributesSchema.mode.",
14964
- "enum": [
14965
- "listen",
14966
- "voice",
14967
- "face"
14968
- ],
14969
- "default": "voice"
14970
- },
14971
14961
  "language": {
14972
14962
  "type": "string",
14973
14963
  "description": "Reply language for Boe's assistant behaviour (e.g. English)"
@@ -15020,15 +15010,8 @@
15020
15010
  "attributes": {
15021
15011
  "title": "MeetingAiAttendeeSettingsSchema",
15022
15012
  "type": "object",
15013
+ "description": "Settings supplied at createMeetingAiAttendee time. Boe always\njoins with mic on, camera off; toggle via 'boe-control' Chime\nDataMessage at runtime.",
15023
15014
  "properties": {
15024
- "mode": {
15025
- "type": "string",
15026
- "enum": [
15027
- "assistant",
15028
- "translator"
15029
- ],
15030
- "default": "assistant"
15031
- },
15032
15015
  "displayName": {
15033
15016
  "type": "string",
15034
15017
  "default": "Boe"
@@ -15039,15 +15022,11 @@
15039
15022
  },
15040
15023
  "language": {
15041
15024
  "type": "string",
15042
- "description": "Reply language for assistant mode (e.g. English)"
15043
- },
15044
- "sourceLanguage": {
15045
- "type": "string",
15046
- "description": "Translator mode: source language (e.g. Polish)"
15025
+ "description": "Reply language for Boe's assistant behaviour (e.g. English)"
15047
15026
  },
15048
- "targetLanguage": {
15027
+ "faceId": {
15049
15028
  "type": "string",
15050
- "description": "Translator mode: target language (e.g. English)"
15029
+ "description": "Simli avatar face UUID for camera_on. Falls back to the tenant default if omitted."
15051
15030
  },
15052
15031
  "persona": {
15053
15032
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.55",
3
+ "version": "0.1.33-dev.56",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",