@smartytalent/openai-tools 0.1.33-dev.67 → 0.1.33-dev.69
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 +19 -5
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -13921,6 +13921,16 @@
|
|
|
13921
13921
|
"type": "string",
|
|
13922
13922
|
"description": "Filters results to include only those modified up to the specified date and time. The value must be in ISO 8601 format."
|
|
13923
13923
|
},
|
|
13924
|
+
"sort": {
|
|
13925
|
+
"type": "string",
|
|
13926
|
+
"description": "Order results by a time field. Leading `-` means descending\n(newest-first). Accepted values:\n `-created` newest-first by creation time (CreatedIndex)\n `created` oldest-first by creation time\n `-modified` most-recently-modified first (ModifiedIndex)\n `modified` least-recently-modified first\nTakes effect only when no equality filter (filterStatus,\nfilterCandidate, filterHost, filterJob, etc.) dictates a\ndifferent index; equality filters win. Compatible with\ndate-range filters (filterCreatedFrom/To, filterModifiedFrom/To)\nwhich already use the same indexes; sort just picks the\ndirection.",
|
|
13927
|
+
"enum": [
|
|
13928
|
+
"-created",
|
|
13929
|
+
"created",
|
|
13930
|
+
"-modified",
|
|
13931
|
+
"modified"
|
|
13932
|
+
]
|
|
13933
|
+
},
|
|
13924
13934
|
"pageSize": {
|
|
13925
13935
|
"type": "integer",
|
|
13926
13936
|
"description": "Specifies the number of items to retrieve per page. The maximum value is 100."
|
|
@@ -14997,9 +15007,10 @@
|
|
|
14997
15007
|
"interviewer",
|
|
14998
15008
|
"notetaker",
|
|
14999
15009
|
"sales",
|
|
15010
|
+
"presenter",
|
|
15000
15011
|
"other"
|
|
15001
15012
|
],
|
|
15002
|
-
"description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales) drive prompt template selection in the bot container."
|
|
15013
|
+
"description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales / presenter) drive prompt template selection in the bot container; `presenter` additionally starts a Chime content share for slide playback."
|
|
15003
15014
|
},
|
|
15004
15015
|
"status": {
|
|
15005
15016
|
"type": "string",
|
|
@@ -15171,9 +15182,10 @@
|
|
|
15171
15182
|
"interviewer",
|
|
15172
15183
|
"notetaker",
|
|
15173
15184
|
"sales",
|
|
15185
|
+
"presenter",
|
|
15174
15186
|
"other"
|
|
15175
15187
|
],
|
|
15176
|
-
"description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales) drive prompt template selection in the bot container."
|
|
15188
|
+
"description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales / presenter) drive prompt template selection in the bot container; `presenter` additionally starts a Chime content share for slide playback."
|
|
15177
15189
|
},
|
|
15178
15190
|
"status": {
|
|
15179
15191
|
"type": "string",
|
|
@@ -15334,9 +15346,10 @@
|
|
|
15334
15346
|
"interviewer",
|
|
15335
15347
|
"notetaker",
|
|
15336
15348
|
"sales",
|
|
15349
|
+
"presenter",
|
|
15337
15350
|
"other"
|
|
15338
15351
|
],
|
|
15339
|
-
"description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales) drive prompt template selection in the bot container."
|
|
15352
|
+
"description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales / presenter) drive prompt template selection in the bot container; `presenter` additionally starts a Chime content share for slide playback."
|
|
15340
15353
|
},
|
|
15341
15354
|
"status": {
|
|
15342
15355
|
"type": "string",
|
|
@@ -15548,7 +15561,7 @@
|
|
|
15548
15561
|
"translator-openai"
|
|
15549
15562
|
],
|
|
15550
15563
|
"default": "assistant",
|
|
15551
|
-
"description": "Picks the provider + session.type baked into the ephemeral\ntoken.\n'assistant' = Azure eu00, sm-gpt-realtime-
|
|
15564
|
+
"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."
|
|
15552
15565
|
},
|
|
15553
15566
|
"language": {
|
|
15554
15567
|
"type": "string",
|
|
@@ -15659,9 +15672,10 @@
|
|
|
15659
15672
|
"interviewer",
|
|
15660
15673
|
"notetaker",
|
|
15661
15674
|
"sales",
|
|
15675
|
+
"presenter",
|
|
15662
15676
|
"other"
|
|
15663
15677
|
],
|
|
15664
|
-
"description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales) drive prompt template selection in the bot container."
|
|
15678
|
+
"description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales / presenter) drive prompt template selection in the bot container; `presenter` additionally starts a Chime content share for slide playback."
|
|
15665
15679
|
},
|
|
15666
15680
|
"status": {
|
|
15667
15681
|
"type": "string",
|