@smartytalent/openai-tools 0.1.33-dev.68 → 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 +11 -1
- 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."
|
|
@@ -15551,7 +15561,7 @@
|
|
|
15551
15561
|
"translator-openai"
|
|
15552
15562
|
],
|
|
15553
15563
|
"default": "assistant",
|
|
15554
|
-
"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."
|
|
15555
15565
|
},
|
|
15556
15566
|
"language": {
|
|
15557
15567
|
"type": "string",
|