hume 0.5.16 → 0.5.17
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/api/resources/customModels/resources/datasets/client/Client.js +9 -9
- package/api/resources/customModels/resources/files/client/Client.js +7 -7
- package/api/resources/customModels/resources/jobs/client/Client.js +2 -2
- package/api/resources/customModels/resources/models/client/Client.js +6 -6
- package/api/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +1 -1
- package/api/resources/empathicVoice/resources/chats/client/Client.d.ts +1 -1
- package/api/resources/empathicVoice/resources/chats/client/Client.js +3 -3
- package/api/resources/empathicVoice/resources/configs/client/Client.js +9 -9
- package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +1 -0
- package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +1 -0
- package/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +1 -1
- package/api/resources/empathicVoice/resources/prompts/client/Client.js +10 -10
- package/api/resources/empathicVoice/resources/tools/client/Client.d.ts +1 -1
- package/api/resources/empathicVoice/resources/tools/client/Client.js +10 -10
- package/api/resources/empathicVoice/types/AssistantEnd.d.ts +2 -0
- package/api/resources/empathicVoice/types/AssistantInput.d.ts +1 -0
- package/api/resources/empathicVoice/types/AssistantMessage.d.ts +1 -0
- package/api/resources/empathicVoice/types/AudioInput.d.ts +1 -0
- package/api/resources/empathicVoice/types/AudioOutput.d.ts +1 -0
- package/api/resources/empathicVoice/types/BuiltInTool.d.ts +4 -0
- package/api/resources/empathicVoice/types/BuiltinToolConfig.d.ts +8 -0
- package/api/resources/empathicVoice/types/Context.d.ts +10 -0
- package/api/resources/empathicVoice/types/Context.js +5 -0
- package/api/resources/empathicVoice/types/ContextType.d.ts +9 -0
- package/api/resources/empathicVoice/types/ContextType.js +11 -0
- package/api/resources/empathicVoice/types/PauseAssistantMessage.d.ts +11 -0
- package/api/resources/empathicVoice/types/PauseAssistantMessage.js +5 -0
- package/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +2 -2
- package/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -1
- package/api/resources/empathicVoice/types/PostedVoice.d.ts +4 -3
- package/api/resources/empathicVoice/types/PostedVoiceName.d.ts +11 -0
- package/api/resources/empathicVoice/types/PostedVoiceName.js +10 -0
- package/api/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +11 -0
- package/api/resources/empathicVoice/types/ResumeAssistantMessage.js +5 -0
- package/api/resources/empathicVoice/types/ReturnChat.d.ts +2 -0
- package/api/resources/empathicVoice/types/{ReturnChatWithPagedEvents.d.ts → ReturnChatPagedEvents.d.ts} +1 -1
- package/api/resources/empathicVoice/types/ReturnChatPagedEvents.js +5 -0
- package/api/resources/empathicVoice/types/ReturnConfig.d.ts +1 -0
- package/api/resources/empathicVoice/types/SessionSettings.d.ts +4 -2
- package/api/resources/empathicVoice/types/Tool.d.ts +6 -6
- package/api/resources/empathicVoice/types/ToolCallMessage.d.ts +5 -4
- package/api/resources/empathicVoice/types/ToolErrorMessage.d.ts +7 -6
- package/api/resources/empathicVoice/types/ToolResponseMessage.d.ts +7 -3
- package/api/resources/empathicVoice/types/UserInput.d.ts +1 -0
- package/api/resources/empathicVoice/types/UserInterruption.d.ts +2 -0
- package/api/resources/empathicVoice/types/WebSocketError.d.ts +1 -0
- package/api/resources/empathicVoice/types/index.d.ts +14 -7
- package/api/resources/empathicVoice/types/index.js +14 -7
- package/api/resources/expressionMeasurement/resources/batch/client/Client.js +6 -6
- package/dist/api/resources/customModels/resources/datasets/client/Client.js +9 -9
- package/dist/api/resources/customModels/resources/files/client/Client.js +7 -7
- package/dist/api/resources/customModels/resources/jobs/client/Client.js +2 -2
- package/dist/api/resources/customModels/resources/models/client/Client.js +6 -6
- package/dist/api/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/chats/client/Client.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +3 -3
- package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +9 -9
- package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +1 -0
- package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +1 -0
- package/dist/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +10 -10
- package/dist/api/resources/empathicVoice/resources/tools/client/Client.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +10 -10
- package/dist/api/resources/empathicVoice/types/AssistantEnd.d.ts +2 -0
- package/dist/api/resources/empathicVoice/types/AssistantInput.d.ts +1 -0
- package/dist/api/resources/empathicVoice/types/AssistantMessage.d.ts +1 -0
- package/dist/api/resources/empathicVoice/types/AudioInput.d.ts +1 -0
- package/dist/api/resources/empathicVoice/types/AudioOutput.d.ts +1 -0
- package/dist/api/resources/empathicVoice/types/BuiltInTool.d.ts +4 -0
- package/dist/api/resources/empathicVoice/types/BuiltInTool.js +5 -0
- package/dist/api/resources/empathicVoice/types/BuiltinToolConfig.d.ts +8 -0
- package/dist/api/resources/empathicVoice/types/BuiltinToolConfig.js +5 -0
- package/dist/api/resources/empathicVoice/types/Context.d.ts +10 -0
- package/dist/api/resources/empathicVoice/types/Context.js +5 -0
- package/dist/api/resources/empathicVoice/types/ContextType.d.ts +9 -0
- package/dist/api/resources/empathicVoice/types/ContextType.js +11 -0
- package/dist/api/resources/empathicVoice/types/PauseAssistantMessage.d.ts +11 -0
- package/dist/api/resources/empathicVoice/types/PauseAssistantMessage.js +5 -0
- package/dist/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -1
- package/dist/api/resources/empathicVoice/types/PostedVoice.d.ts +4 -3
- package/dist/api/resources/empathicVoice/types/PostedVoiceName.d.ts +11 -0
- package/dist/api/resources/empathicVoice/types/PostedVoiceName.js +10 -0
- package/dist/api/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +11 -0
- package/dist/api/resources/empathicVoice/types/ResumeAssistantMessage.js +5 -0
- package/dist/api/resources/empathicVoice/types/ReturnChat.d.ts +2 -0
- package/dist/api/resources/empathicVoice/types/{ReturnChatWithPagedEvents.d.ts → ReturnChatPagedEvents.d.ts} +1 -1
- package/dist/api/resources/empathicVoice/types/ReturnChatPagedEvents.js +5 -0
- package/dist/api/resources/empathicVoice/types/ReturnConfig.d.ts +1 -0
- package/dist/api/resources/empathicVoice/types/SessionSettings.d.ts +4 -2
- package/dist/api/resources/empathicVoice/types/Tool.d.ts +6 -6
- package/dist/api/resources/empathicVoice/types/ToolCallMessage.d.ts +5 -4
- package/dist/api/resources/empathicVoice/types/ToolErrorMessage.d.ts +7 -6
- package/dist/api/resources/empathicVoice/types/ToolResponseMessage.d.ts +7 -3
- package/dist/api/resources/empathicVoice/types/UserInput.d.ts +1 -0
- package/dist/api/resources/empathicVoice/types/UserInterruption.d.ts +2 -0
- package/dist/api/resources/empathicVoice/types/WebSocketError.d.ts +1 -0
- package/dist/api/resources/empathicVoice/types/index.d.ts +14 -7
- package/dist/api/resources/empathicVoice/types/index.js +14 -7
- package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.js +6 -6
- package/dist/serialization/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +3 -1
- package/dist/serialization/resources/empathicVoice/resources/chat/types/PublishEvent.js +4 -0
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +2 -0
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +2 -0
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +2 -0
- package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +2 -0
- package/dist/serialization/resources/empathicVoice/types/AssistantEnd.d.ts +1 -0
- package/dist/serialization/resources/empathicVoice/types/AssistantEnd.js +1 -0
- package/dist/serialization/resources/empathicVoice/types/BuiltInTool.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/BuiltInTool.js +31 -0
- package/dist/serialization/resources/empathicVoice/types/BuiltinToolConfig.d.ts +14 -0
- package/dist/serialization/resources/empathicVoice/types/BuiltinToolConfig.js +35 -0
- package/dist/serialization/resources/empathicVoice/types/Context.d.ts +14 -0
- package/dist/serialization/resources/empathicVoice/types/Context.js +35 -0
- package/dist/serialization/resources/empathicVoice/types/ContextType.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/ContextType.js +31 -0
- package/dist/serialization/resources/empathicVoice/types/PauseAssistantMessage.d.ts +13 -0
- package/dist/serialization/resources/empathicVoice/types/PauseAssistantMessage.js +34 -0
- package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -1
- package/dist/serialization/resources/empathicVoice/types/PostedVoice.d.ts +3 -2
- package/dist/serialization/resources/empathicVoice/types/PostedVoice.js +3 -2
- package/dist/serialization/resources/empathicVoice/types/PostedVoiceName.d.ts +10 -0
- package/dist/serialization/resources/empathicVoice/types/PostedVoiceName.js +31 -0
- package/dist/serialization/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +13 -0
- package/dist/serialization/resources/empathicVoice/types/ResumeAssistantMessage.js +34 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChat.d.ts +1 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnChat.js +1 -0
- package/dist/serialization/resources/empathicVoice/types/{ReturnChatWithPagedEvents.d.ts → ReturnChatPagedEvents.d.ts} +2 -2
- package/dist/serialization/resources/empathicVoice/types/{ReturnChatWithPagedEvents.js → ReturnChatPagedEvents.js} +2 -2
- package/dist/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +2 -0
- package/dist/serialization/resources/empathicVoice/types/ReturnConfig.js +2 -0
- package/dist/serialization/resources/empathicVoice/types/SessionSettings.d.ts +4 -2
- package/dist/serialization/resources/empathicVoice/types/SessionSettings.js +4 -2
- package/dist/serialization/resources/empathicVoice/types/Tool.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/Tool.js +3 -3
- package/dist/serialization/resources/empathicVoice/types/ToolCallMessage.d.ts +3 -3
- package/dist/serialization/resources/empathicVoice/types/ToolCallMessage.js +3 -3
- package/dist/serialization/resources/empathicVoice/types/ToolErrorMessage.d.ts +6 -4
- package/dist/serialization/resources/empathicVoice/types/ToolErrorMessage.js +6 -4
- package/dist/serialization/resources/empathicVoice/types/ToolResponseMessage.d.ts +5 -2
- package/dist/serialization/resources/empathicVoice/types/ToolResponseMessage.js +5 -2
- package/dist/serialization/resources/empathicVoice/types/index.d.ts +14 -7
- package/dist/serialization/resources/empathicVoice/types/index.js +14 -7
- package/package.json +1 -1
- package/serialization/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +3 -1
- package/serialization/resources/empathicVoice/resources/chat/types/PublishEvent.js +4 -0
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +2 -0
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +2 -0
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +2 -0
- package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +2 -0
- package/serialization/resources/empathicVoice/types/AssistantEnd.d.ts +1 -0
- package/serialization/resources/empathicVoice/types/AssistantEnd.js +1 -0
- package/serialization/resources/empathicVoice/types/BuiltInTool.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/BuiltInTool.js +31 -0
- package/serialization/resources/empathicVoice/types/BuiltinToolConfig.d.ts +14 -0
- package/serialization/resources/empathicVoice/types/BuiltinToolConfig.js +35 -0
- package/serialization/resources/empathicVoice/types/Context.d.ts +14 -0
- package/serialization/resources/empathicVoice/types/Context.js +35 -0
- package/serialization/resources/empathicVoice/types/ContextType.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/ContextType.js +31 -0
- package/serialization/resources/empathicVoice/types/PauseAssistantMessage.d.ts +13 -0
- package/serialization/resources/empathicVoice/types/PauseAssistantMessage.js +34 -0
- package/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +1 -1
- package/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -1
- package/serialization/resources/empathicVoice/types/PostedVoice.d.ts +3 -2
- package/serialization/resources/empathicVoice/types/PostedVoice.js +3 -2
- package/serialization/resources/empathicVoice/types/PostedVoiceName.d.ts +10 -0
- package/serialization/resources/empathicVoice/types/PostedVoiceName.js +31 -0
- package/serialization/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +13 -0
- package/serialization/resources/empathicVoice/types/ResumeAssistantMessage.js +34 -0
- package/serialization/resources/empathicVoice/types/ReturnChat.d.ts +1 -0
- package/serialization/resources/empathicVoice/types/ReturnChat.js +1 -0
- package/serialization/resources/empathicVoice/types/{ReturnChatWithPagedEvents.d.ts → ReturnChatPagedEvents.d.ts} +2 -2
- package/serialization/resources/empathicVoice/types/{ReturnChatWithPagedEvents.js → ReturnChatPagedEvents.js} +2 -2
- package/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +2 -0
- package/serialization/resources/empathicVoice/types/ReturnConfig.js +2 -0
- package/serialization/resources/empathicVoice/types/SessionSettings.d.ts +4 -2
- package/serialization/resources/empathicVoice/types/SessionSettings.js +4 -2
- package/serialization/resources/empathicVoice/types/Tool.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/Tool.js +3 -3
- package/serialization/resources/empathicVoice/types/ToolCallMessage.d.ts +3 -3
- package/serialization/resources/empathicVoice/types/ToolCallMessage.js +3 -3
- package/serialization/resources/empathicVoice/types/ToolErrorMessage.d.ts +6 -4
- package/serialization/resources/empathicVoice/types/ToolErrorMessage.js +6 -4
- package/serialization/resources/empathicVoice/types/ToolResponseMessage.d.ts +5 -2
- package/serialization/resources/empathicVoice/types/ToolResponseMessage.js +5 -2
- package/serialization/resources/empathicVoice/types/index.d.ts +14 -7
- package/serialization/resources/empathicVoice/types/index.js +14 -7
- /package/api/resources/empathicVoice/types/{ReturnChatWithPagedEvents.js → BuiltInTool.js} +0 -0
- /package/{dist/api/resources/empathicVoice/types/ReturnChatWithPagedEvents.js → api/resources/empathicVoice/types/BuiltinToolConfig.js} +0 -0
|
@@ -75,7 +75,7 @@ class Tools {
|
|
|
75
75
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
76
76
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, "tools"),
|
|
77
77
|
method: "GET",
|
|
78
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.
|
|
78
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.17", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
79
79
|
contentType: "application/json",
|
|
80
80
|
queryParameters: _queryParams,
|
|
81
81
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -130,7 +130,7 @@ class Tools {
|
|
|
130
130
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
131
131
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, "tools"),
|
|
132
132
|
method: "POST",
|
|
133
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.
|
|
133
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.17", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
134
134
|
contentType: "application/json",
|
|
135
135
|
body: yield serializers.empathicVoice.PostedUserDefinedTool.jsonOrThrow(request, {
|
|
136
136
|
unrecognizedObjectKeys: "strip",
|
|
@@ -169,7 +169,7 @@ class Tools {
|
|
|
169
169
|
});
|
|
170
170
|
}
|
|
171
171
|
/**
|
|
172
|
-
* @param {string} id
|
|
172
|
+
* @param {string} id - Identifier for a tool. Formatted as a UUID.
|
|
173
173
|
* @param {Hume.empathicVoice.ToolsListToolVersionsRequest} request
|
|
174
174
|
* @param {Tools.RequestOptions} requestOptions - Request-specific configuration.
|
|
175
175
|
*
|
|
@@ -193,7 +193,7 @@ class Tools {
|
|
|
193
193
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
194
194
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, `tools/${encodeURIComponent(id)}`),
|
|
195
195
|
method: "GET",
|
|
196
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.
|
|
196
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.17", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
197
197
|
contentType: "application/json",
|
|
198
198
|
queryParameters: _queryParams,
|
|
199
199
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -248,7 +248,7 @@ class Tools {
|
|
|
248
248
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
249
249
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, `tools/${encodeURIComponent(id)}`),
|
|
250
250
|
method: "POST",
|
|
251
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.
|
|
251
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.17", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
252
252
|
contentType: "application/json",
|
|
253
253
|
body: yield serializers.empathicVoice.PostedUserDefinedToolVersion.jsonOrThrow(request, {
|
|
254
254
|
unrecognizedObjectKeys: "strip",
|
|
@@ -299,7 +299,7 @@ class Tools {
|
|
|
299
299
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
300
300
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, `tools/${encodeURIComponent(id)}`),
|
|
301
301
|
method: "DELETE",
|
|
302
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.
|
|
302
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.17", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
303
303
|
contentType: "application/json",
|
|
304
304
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
305
305
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
@@ -344,7 +344,7 @@ class Tools {
|
|
|
344
344
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
345
345
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, `tools/${encodeURIComponent(id)}`),
|
|
346
346
|
method: "PATCH",
|
|
347
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.
|
|
347
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.17", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
348
348
|
contentType: "application/json",
|
|
349
349
|
body: yield serializers.empathicVoice.PostedUserDefinedToolName.jsonOrThrow(request, {
|
|
350
350
|
unrecognizedObjectKeys: "strip",
|
|
@@ -391,7 +391,7 @@ class Tools {
|
|
|
391
391
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
392
392
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, `tools/${encodeURIComponent(id)}/version/${encodeURIComponent(version)}`),
|
|
393
393
|
method: "GET",
|
|
394
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.
|
|
394
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.17", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
395
395
|
contentType: "application/json",
|
|
396
396
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
397
397
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
@@ -440,7 +440,7 @@ class Tools {
|
|
|
440
440
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
441
441
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, `tools/${encodeURIComponent(id)}/version/${encodeURIComponent(version)}`),
|
|
442
442
|
method: "DELETE",
|
|
443
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.
|
|
443
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.17", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
444
444
|
contentType: "application/json",
|
|
445
445
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
446
446
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
@@ -486,7 +486,7 @@ class Tools {
|
|
|
486
486
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
487
487
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, `tools/${encodeURIComponent(id)}/version/${encodeURIComponent(version)}`),
|
|
488
488
|
method: "PATCH",
|
|
489
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.
|
|
489
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.5.17", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
490
490
|
contentType: "application/json",
|
|
491
491
|
body: yield serializers.empathicVoice.PostedUserDefinedToolVersionDescription.jsonOrThrow(request, {
|
|
492
492
|
unrecognizedObjectKeys: "strip",
|
|
@@ -5,5 +5,7 @@
|
|
|
5
5
|
* When provided, the output is an assistant end message.
|
|
6
6
|
*/
|
|
7
7
|
export interface AssistantEnd {
|
|
8
|
+
customSessionId?: string;
|
|
9
|
+
/** The type of message sent through the socket; for an Assistant End message, this must be 'assistant_end'. */
|
|
8
10
|
type: "assistant_end";
|
|
9
11
|
}
|
|
@@ -15,5 +15,6 @@ export interface AssistantMessage {
|
|
|
15
15
|
message: Hume.empathicVoice.ChatMessage;
|
|
16
16
|
/** Inference model results. */
|
|
17
17
|
models: Hume.empathicVoice.Inference;
|
|
18
|
+
/** The type of message sent through the socket; for an Assistant Message message, this must be 'assistant_message'. */
|
|
18
19
|
type: "assistant_message";
|
|
19
20
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Hume from "../../../index";
|
|
5
|
+
export interface Context {
|
|
6
|
+
/** User context to inject. */
|
|
7
|
+
text: string;
|
|
8
|
+
/** The persistence level of the injected context. */
|
|
9
|
+
type?: Hume.empathicVoice.ContextType;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type ContextType = "editable" | "persistent" | "temporary";
|
|
5
|
+
export declare const ContextType: {
|
|
6
|
+
readonly Editable: "editable";
|
|
7
|
+
readonly Persistent: "persistent";
|
|
8
|
+
readonly Temporary: "temporary";
|
|
9
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ContextType = void 0;
|
|
7
|
+
exports.ContextType = {
|
|
8
|
+
Editable: "editable",
|
|
9
|
+
Persistent: "persistent",
|
|
10
|
+
Temporary: "temporary",
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Pause responses from EVI. Chat history is still saved and sent after resuming.
|
|
6
|
+
*/
|
|
7
|
+
export interface PauseAssistantMessage {
|
|
8
|
+
customSessionId?: string;
|
|
9
|
+
/** The type of message sent through the socket; for a Pause Assistant message, this must be 'pause_assistant_message'. */
|
|
10
|
+
type?: "pause_assistant_message";
|
|
11
|
+
}
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* The provider of this model. Based on the enum modelProvider.
|
|
6
6
|
*/
|
|
7
|
-
export declare type PostedLanguageModelModelProvider = "OPEN_AI" | "
|
|
7
|
+
export declare type PostedLanguageModelModelProvider = "OPEN_AI" | "CUSTOM_LANGUAGE_MODEL" | "ANTHROPIC" | "FIREWORKS" | "GROQ";
|
|
8
8
|
export declare const PostedLanguageModelModelProvider: {
|
|
9
9
|
readonly OpenAi: "OPEN_AI";
|
|
10
|
-
readonly ByoText: "BYO_TEXT";
|
|
11
10
|
readonly CustomLanguageModel: "CUSTOM_LANGUAGE_MODEL";
|
|
12
11
|
readonly Anthropic: "ANTHROPIC";
|
|
13
12
|
readonly Fireworks: "FIREWORKS";
|
|
13
|
+
readonly Groq: "GROQ";
|
|
14
14
|
};
|
|
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.PostedLanguageModelModelProvider = void 0;
|
|
7
7
|
exports.PostedLanguageModelModelProvider = {
|
|
8
8
|
OpenAi: "OPEN_AI",
|
|
9
|
-
ByoText: "BYO_TEXT",
|
|
10
9
|
CustomLanguageModel: "CUSTOM_LANGUAGE_MODEL",
|
|
11
10
|
Anthropic: "ANTHROPIC",
|
|
12
11
|
Fireworks: "FIREWORKS",
|
|
12
|
+
Groq: "GROQ",
|
|
13
13
|
};
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Hume from "../../../index";
|
|
4
5
|
/**
|
|
5
6
|
* A Voice specification posted to the server
|
|
6
7
|
*/
|
|
7
8
|
export interface PostedVoice {
|
|
8
|
-
/** The provider of the voice to use.
|
|
9
|
-
provider?:
|
|
9
|
+
/** The provider of the voice to use. */
|
|
10
|
+
provider?: "HUME_AI";
|
|
10
11
|
/** String with the name of the voice to use. */
|
|
11
|
-
name:
|
|
12
|
+
name: Hume.empathicVoice.PostedVoiceName;
|
|
12
13
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* String with the name of the voice to use.
|
|
6
|
+
*/
|
|
7
|
+
export declare type PostedVoiceName = "ITO" | "DACHER";
|
|
8
|
+
export declare const PostedVoiceName: {
|
|
9
|
+
readonly Ito: "ITO";
|
|
10
|
+
readonly Dacher: "DACHER";
|
|
11
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.PostedVoiceName = void 0;
|
|
7
|
+
exports.PostedVoiceName = {
|
|
8
|
+
Ito: "ITO",
|
|
9
|
+
Dacher: "DACHER",
|
|
10
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Resume responses from EVI. Chat history sent while paused will now be sent.
|
|
6
|
+
*/
|
|
7
|
+
export interface ResumeAssistantMessage {
|
|
8
|
+
customSessionId?: string;
|
|
9
|
+
/** The type of message sent through the socket; for a Resume Assistant message, this must be 'resume_assistant_message'. */
|
|
10
|
+
type?: "resume_assistant_message";
|
|
11
|
+
}
|
|
@@ -16,6 +16,8 @@ export interface ReturnChat {
|
|
|
16
16
|
startTimestamp: number;
|
|
17
17
|
/** The timestamp when the chat ended, formatted as a Unix epoch milliseconds. */
|
|
18
18
|
endTimestamp?: number;
|
|
19
|
+
/** The total number of events currently in this chat. */
|
|
20
|
+
eventCount?: number;
|
|
19
21
|
/** Stringified JSON with additional metadata about the chat. */
|
|
20
22
|
metadata?: string;
|
|
21
23
|
config?: Hume.empathicVoice.ReturnConfigSpec;
|
|
@@ -5,7 +5,7 @@ import * as Hume from "../../../index";
|
|
|
5
5
|
/**
|
|
6
6
|
* A description of chat status with a paginated list of chat events returned from the server
|
|
7
7
|
*/
|
|
8
|
-
export interface
|
|
8
|
+
export interface ReturnChatPagedEvents {
|
|
9
9
|
/** Identifier for a chat. Formatted as a UUID. */
|
|
10
10
|
id: string;
|
|
11
11
|
/** Optional tag applied to this chat used to group chats by user, application, etc. */
|
|
@@ -19,6 +19,7 @@ export interface ReturnConfig {
|
|
|
19
19
|
/** The timestamp when this version of the config was created. */
|
|
20
20
|
modifiedOn?: number;
|
|
21
21
|
prompt?: Hume.empathicVoice.ReturnPrompt;
|
|
22
|
+
voice?: Hume.empathicVoice.ReturnVoice;
|
|
22
23
|
languageModel?: Hume.empathicVoice.ReturnLanguageModel;
|
|
23
24
|
/** List of user-defined tools associated with this config. */
|
|
24
25
|
tools?: (Hume.empathicVoice.ReturnUserDefinedTool | undefined)[];
|
|
@@ -6,10 +6,12 @@ import * as Hume from "../../../index";
|
|
|
6
6
|
* Settings for this chat session.
|
|
7
7
|
*/
|
|
8
8
|
export interface SessionSettings {
|
|
9
|
-
customSessionId?: string;
|
|
10
9
|
audio?: Hume.empathicVoice.AudioConfiguration;
|
|
10
|
+
builtinTools?: Hume.empathicVoice.BuiltinToolConfig[];
|
|
11
|
+
customSessionId?: string;
|
|
11
12
|
languageModelApiKey?: string;
|
|
12
13
|
systemPrompt?: string;
|
|
13
|
-
type: "session_settings";
|
|
14
14
|
tools?: Hume.empathicVoice.Tool[];
|
|
15
|
+
/** The type of message sent through the socket; for a Session Settings message, this must be 'session_settings'. */
|
|
16
|
+
type: "session_settings";
|
|
15
17
|
}
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Hume from "../../../index";
|
|
5
5
|
export interface Tool {
|
|
6
|
-
/** Type of tool. */
|
|
7
|
-
type: Hume.empathicVoice.ToolType;
|
|
8
|
-
/** Name of the function. */
|
|
9
|
-
name: string;
|
|
10
|
-
/** Parameters of the function. Is a stringified JSON schema. */
|
|
11
|
-
parameters: string;
|
|
12
6
|
description?: string;
|
|
13
7
|
fallbackContent?: string;
|
|
8
|
+
/** Name of the tool. */
|
|
9
|
+
name: string;
|
|
10
|
+
/** Parameters of the tool. Is a stringified JSON schema. */
|
|
11
|
+
parameters: string;
|
|
12
|
+
/** Type of tool. */
|
|
13
|
+
type: Hume.empathicVoice.ToolType;
|
|
14
14
|
}
|
|
@@ -6,16 +6,17 @@ import * as Hume from "../../../index";
|
|
|
6
6
|
* When provided, the output is a tool call.
|
|
7
7
|
*/
|
|
8
8
|
export interface ToolCallMessage {
|
|
9
|
+
customSessionId?: string;
|
|
9
10
|
/** Name of the tool called. */
|
|
10
11
|
name: string;
|
|
11
12
|
/** Parameters of the tool call. Is a stringified JSON schema. */
|
|
12
13
|
parameters: string;
|
|
14
|
+
/** Whether a response is required from the developer. */
|
|
15
|
+
responseRequired: boolean;
|
|
13
16
|
/** ID of the tool call. */
|
|
14
17
|
toolCallId: string;
|
|
15
|
-
type?: "tool_call";
|
|
16
|
-
customSessionId?: string;
|
|
17
18
|
/** Type of tool called, either 'builtin' or 'function'. */
|
|
18
19
|
toolType: Hume.empathicVoice.ToolType;
|
|
19
|
-
/**
|
|
20
|
-
|
|
20
|
+
/** The type of message sent through the socket; for a Tool Call message, this must be 'tool_call'. */
|
|
21
|
+
type?: "tool_call";
|
|
21
22
|
}
|
|
@@ -6,14 +6,15 @@ import * as Hume from "../../../index";
|
|
|
6
6
|
* When provided, the output is a function call error.
|
|
7
7
|
*/
|
|
8
8
|
export interface ToolErrorMessage {
|
|
9
|
-
|
|
9
|
+
code?: string;
|
|
10
|
+
content?: string;
|
|
10
11
|
customSessionId?: string;
|
|
11
|
-
/** ID of the tool call. */
|
|
12
|
-
toolCallId: string;
|
|
13
|
-
/** The content passed to the LLM in place of the tool response. */
|
|
14
|
-
content: string;
|
|
15
12
|
/** Error message from the tool call, not exposed to the LLM or user. */
|
|
16
13
|
error: string;
|
|
17
|
-
code?: string;
|
|
18
14
|
level?: Hume.empathicVoice.ErrorLevel;
|
|
15
|
+
/** ID of the tool call. */
|
|
16
|
+
toolCallId: string;
|
|
17
|
+
toolType?: Hume.empathicVoice.ToolType;
|
|
18
|
+
/** The type of message sent through the socket; for a Tool Error message, this must be 'tool_error'. */
|
|
19
|
+
type?: "tool_error";
|
|
19
20
|
}
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Hume from "../../../index";
|
|
4
5
|
/**
|
|
5
6
|
* When provided, the output is a function call response.
|
|
6
7
|
*/
|
|
7
8
|
export interface ToolResponseMessage {
|
|
8
|
-
|
|
9
|
+
/** Return value of the tool call. */
|
|
10
|
+
content: string;
|
|
9
11
|
customSessionId?: string;
|
|
10
12
|
/** ID of the tool call. */
|
|
11
13
|
toolCallId: string;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
+
toolName?: string;
|
|
15
|
+
toolType?: Hume.empathicVoice.ToolType;
|
|
16
|
+
/** The type of message sent through the socket; for a Tool Response message, this must be ‘tool_response’. */
|
|
17
|
+
type?: "tool_response";
|
|
14
18
|
}
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export interface UserInterruption {
|
|
8
8
|
customSessionId?: string;
|
|
9
|
+
/** Unix timestamp of the detected user interruption. */
|
|
9
10
|
time: number;
|
|
11
|
+
/** The type of message sent through the socket; for a User Interruption message, this must be 'user_interruption'. */
|
|
10
12
|
type: "user_interruption";
|
|
11
13
|
}
|
|
@@ -5,6 +5,7 @@ export * from "./PostedLanguageModelModelProvider";
|
|
|
5
5
|
export * from "./PostedLanguageModel";
|
|
6
6
|
export * from "./PostedPromptSpec";
|
|
7
7
|
export * from "./PostedUserDefinedToolSpec";
|
|
8
|
+
export * from "./PostedVoiceName";
|
|
8
9
|
export * from "./PostedVoice";
|
|
9
10
|
export * from "./ReturnBuiltinTool";
|
|
10
11
|
export * from "./ReturnConfig";
|
|
@@ -17,7 +18,7 @@ export * from "./ReturnChat";
|
|
|
17
18
|
export * from "./ReturnConfigSpec";
|
|
18
19
|
export * from "./ReturnPagedChats";
|
|
19
20
|
export * from "./ReturnChatEvent";
|
|
20
|
-
export * from "./
|
|
21
|
+
export * from "./ReturnChatPagedEvents";
|
|
21
22
|
export * from "./ReturnActiveChatCount";
|
|
22
23
|
export * from "./ReturnActiveChatCountPerTag";
|
|
23
24
|
export * from "./AssistantEnd";
|
|
@@ -26,23 +27,29 @@ export * from "./AssistantMessage";
|
|
|
26
27
|
export * from "./AudioConfiguration";
|
|
27
28
|
export * from "./AudioInput";
|
|
28
29
|
export * from "./AudioOutput";
|
|
30
|
+
export * from "./BuiltInTool";
|
|
31
|
+
export * from "./BuiltinToolConfig";
|
|
29
32
|
export * from "./ChatMessageToolResult";
|
|
30
33
|
export * from "./ChatMessage";
|
|
31
|
-
export * from "./
|
|
32
|
-
export * from "./
|
|
33
|
-
export * from "./ToolErrorMessage";
|
|
34
|
-
export * from "./ToolResponseMessage";
|
|
35
|
-
export * from "./ToolType";
|
|
34
|
+
export * from "./Context";
|
|
35
|
+
export * from "./ContextType";
|
|
36
36
|
export * from "./EmotionScores";
|
|
37
37
|
export * from "./Encoding";
|
|
38
38
|
export * from "./WebSocketError";
|
|
39
|
+
export * from "./ErrorLevel";
|
|
39
40
|
export * from "./Inference";
|
|
40
41
|
export * from "./MillisecondInterval";
|
|
42
|
+
export * from "./PauseAssistantMessage";
|
|
41
43
|
export * from "./ProsodyInference";
|
|
44
|
+
export * from "./ResumeAssistantMessage";
|
|
42
45
|
export * from "./Role";
|
|
43
46
|
export * from "./SessionSettings";
|
|
44
|
-
export * from "./
|
|
47
|
+
export * from "./Tool";
|
|
45
48
|
export * from "./ToolCallMessage";
|
|
49
|
+
export * from "./ToolErrorMessage";
|
|
50
|
+
export * from "./ToolResponseMessage";
|
|
51
|
+
export * from "./ToolType";
|
|
52
|
+
export * from "./UserInput";
|
|
46
53
|
export * from "./UserInterruption";
|
|
47
54
|
export * from "./UserMessage";
|
|
48
55
|
export * from "./TtsInput";
|
|
@@ -21,6 +21,7 @@ __exportStar(require("./PostedLanguageModelModelProvider"), exports);
|
|
|
21
21
|
__exportStar(require("./PostedLanguageModel"), exports);
|
|
22
22
|
__exportStar(require("./PostedPromptSpec"), exports);
|
|
23
23
|
__exportStar(require("./PostedUserDefinedToolSpec"), exports);
|
|
24
|
+
__exportStar(require("./PostedVoiceName"), exports);
|
|
24
25
|
__exportStar(require("./PostedVoice"), exports);
|
|
25
26
|
__exportStar(require("./ReturnBuiltinTool"), exports);
|
|
26
27
|
__exportStar(require("./ReturnConfig"), exports);
|
|
@@ -33,7 +34,7 @@ __exportStar(require("./ReturnChat"), exports);
|
|
|
33
34
|
__exportStar(require("./ReturnConfigSpec"), exports);
|
|
34
35
|
__exportStar(require("./ReturnPagedChats"), exports);
|
|
35
36
|
__exportStar(require("./ReturnChatEvent"), exports);
|
|
36
|
-
__exportStar(require("./
|
|
37
|
+
__exportStar(require("./ReturnChatPagedEvents"), exports);
|
|
37
38
|
__exportStar(require("./ReturnActiveChatCount"), exports);
|
|
38
39
|
__exportStar(require("./ReturnActiveChatCountPerTag"), exports);
|
|
39
40
|
__exportStar(require("./AssistantEnd"), exports);
|
|
@@ -42,23 +43,29 @@ __exportStar(require("./AssistantMessage"), exports);
|
|
|
42
43
|
__exportStar(require("./AudioConfiguration"), exports);
|
|
43
44
|
__exportStar(require("./AudioInput"), exports);
|
|
44
45
|
__exportStar(require("./AudioOutput"), exports);
|
|
46
|
+
__exportStar(require("./BuiltInTool"), exports);
|
|
47
|
+
__exportStar(require("./BuiltinToolConfig"), exports);
|
|
45
48
|
__exportStar(require("./ChatMessageToolResult"), exports);
|
|
46
49
|
__exportStar(require("./ChatMessage"), exports);
|
|
47
|
-
__exportStar(require("./
|
|
48
|
-
__exportStar(require("./
|
|
49
|
-
__exportStar(require("./ToolErrorMessage"), exports);
|
|
50
|
-
__exportStar(require("./ToolResponseMessage"), exports);
|
|
51
|
-
__exportStar(require("./ToolType"), exports);
|
|
50
|
+
__exportStar(require("./Context"), exports);
|
|
51
|
+
__exportStar(require("./ContextType"), exports);
|
|
52
52
|
__exportStar(require("./EmotionScores"), exports);
|
|
53
53
|
__exportStar(require("./Encoding"), exports);
|
|
54
54
|
__exportStar(require("./WebSocketError"), exports);
|
|
55
|
+
__exportStar(require("./ErrorLevel"), exports);
|
|
55
56
|
__exportStar(require("./Inference"), exports);
|
|
56
57
|
__exportStar(require("./MillisecondInterval"), exports);
|
|
58
|
+
__exportStar(require("./PauseAssistantMessage"), exports);
|
|
57
59
|
__exportStar(require("./ProsodyInference"), exports);
|
|
60
|
+
__exportStar(require("./ResumeAssistantMessage"), exports);
|
|
58
61
|
__exportStar(require("./Role"), exports);
|
|
59
62
|
__exportStar(require("./SessionSettings"), exports);
|
|
60
|
-
__exportStar(require("./
|
|
63
|
+
__exportStar(require("./Tool"), exports);
|
|
61
64
|
__exportStar(require("./ToolCallMessage"), exports);
|
|
65
|
+
__exportStar(require("./ToolErrorMessage"), exports);
|
|
66
|
+
__exportStar(require("./ToolResponseMessage"), exports);
|
|
67
|
+
__exportStar(require("./ToolType"), exports);
|
|
68
|
+
__exportStar(require("./UserInput"), exports);
|
|
62
69
|
__exportStar(require("./UserInterruption"), exports);
|
|
63
70
|
__exportStar(require("./UserMessage"), exports);
|
|
64
71
|
__exportStar(require("./TtsInput"), exports);
|