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.
Files changed (191) hide show
  1. package/api/resources/customModels/resources/datasets/client/Client.js +9 -9
  2. package/api/resources/customModels/resources/files/client/Client.js +7 -7
  3. package/api/resources/customModels/resources/jobs/client/Client.js +2 -2
  4. package/api/resources/customModels/resources/models/client/Client.js +6 -6
  5. package/api/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +1 -1
  6. package/api/resources/empathicVoice/resources/chats/client/Client.d.ts +1 -1
  7. package/api/resources/empathicVoice/resources/chats/client/Client.js +3 -3
  8. package/api/resources/empathicVoice/resources/configs/client/Client.js +9 -9
  9. package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +1 -0
  10. package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +1 -0
  11. package/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +1 -1
  12. package/api/resources/empathicVoice/resources/prompts/client/Client.js +10 -10
  13. package/api/resources/empathicVoice/resources/tools/client/Client.d.ts +1 -1
  14. package/api/resources/empathicVoice/resources/tools/client/Client.js +10 -10
  15. package/api/resources/empathicVoice/types/AssistantEnd.d.ts +2 -0
  16. package/api/resources/empathicVoice/types/AssistantInput.d.ts +1 -0
  17. package/api/resources/empathicVoice/types/AssistantMessage.d.ts +1 -0
  18. package/api/resources/empathicVoice/types/AudioInput.d.ts +1 -0
  19. package/api/resources/empathicVoice/types/AudioOutput.d.ts +1 -0
  20. package/api/resources/empathicVoice/types/BuiltInTool.d.ts +4 -0
  21. package/api/resources/empathicVoice/types/BuiltinToolConfig.d.ts +8 -0
  22. package/api/resources/empathicVoice/types/Context.d.ts +10 -0
  23. package/api/resources/empathicVoice/types/Context.js +5 -0
  24. package/api/resources/empathicVoice/types/ContextType.d.ts +9 -0
  25. package/api/resources/empathicVoice/types/ContextType.js +11 -0
  26. package/api/resources/empathicVoice/types/PauseAssistantMessage.d.ts +11 -0
  27. package/api/resources/empathicVoice/types/PauseAssistantMessage.js +5 -0
  28. package/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +2 -2
  29. package/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -1
  30. package/api/resources/empathicVoice/types/PostedVoice.d.ts +4 -3
  31. package/api/resources/empathicVoice/types/PostedVoiceName.d.ts +11 -0
  32. package/api/resources/empathicVoice/types/PostedVoiceName.js +10 -0
  33. package/api/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +11 -0
  34. package/api/resources/empathicVoice/types/ResumeAssistantMessage.js +5 -0
  35. package/api/resources/empathicVoice/types/ReturnChat.d.ts +2 -0
  36. package/api/resources/empathicVoice/types/{ReturnChatWithPagedEvents.d.ts → ReturnChatPagedEvents.d.ts} +1 -1
  37. package/api/resources/empathicVoice/types/ReturnChatPagedEvents.js +5 -0
  38. package/api/resources/empathicVoice/types/ReturnConfig.d.ts +1 -0
  39. package/api/resources/empathicVoice/types/SessionSettings.d.ts +4 -2
  40. package/api/resources/empathicVoice/types/Tool.d.ts +6 -6
  41. package/api/resources/empathicVoice/types/ToolCallMessage.d.ts +5 -4
  42. package/api/resources/empathicVoice/types/ToolErrorMessage.d.ts +7 -6
  43. package/api/resources/empathicVoice/types/ToolResponseMessage.d.ts +7 -3
  44. package/api/resources/empathicVoice/types/UserInput.d.ts +1 -0
  45. package/api/resources/empathicVoice/types/UserInterruption.d.ts +2 -0
  46. package/api/resources/empathicVoice/types/WebSocketError.d.ts +1 -0
  47. package/api/resources/empathicVoice/types/index.d.ts +14 -7
  48. package/api/resources/empathicVoice/types/index.js +14 -7
  49. package/api/resources/expressionMeasurement/resources/batch/client/Client.js +6 -6
  50. package/dist/api/resources/customModels/resources/datasets/client/Client.js +9 -9
  51. package/dist/api/resources/customModels/resources/files/client/Client.js +7 -7
  52. package/dist/api/resources/customModels/resources/jobs/client/Client.js +2 -2
  53. package/dist/api/resources/customModels/resources/models/client/Client.js +6 -6
  54. package/dist/api/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +1 -1
  55. package/dist/api/resources/empathicVoice/resources/chats/client/Client.d.ts +1 -1
  56. package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +3 -3
  57. package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +9 -9
  58. package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +1 -0
  59. package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +1 -0
  60. package/dist/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +1 -1
  61. package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +10 -10
  62. package/dist/api/resources/empathicVoice/resources/tools/client/Client.d.ts +1 -1
  63. package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +10 -10
  64. package/dist/api/resources/empathicVoice/types/AssistantEnd.d.ts +2 -0
  65. package/dist/api/resources/empathicVoice/types/AssistantInput.d.ts +1 -0
  66. package/dist/api/resources/empathicVoice/types/AssistantMessage.d.ts +1 -0
  67. package/dist/api/resources/empathicVoice/types/AudioInput.d.ts +1 -0
  68. package/dist/api/resources/empathicVoice/types/AudioOutput.d.ts +1 -0
  69. package/dist/api/resources/empathicVoice/types/BuiltInTool.d.ts +4 -0
  70. package/dist/api/resources/empathicVoice/types/BuiltInTool.js +5 -0
  71. package/dist/api/resources/empathicVoice/types/BuiltinToolConfig.d.ts +8 -0
  72. package/dist/api/resources/empathicVoice/types/BuiltinToolConfig.js +5 -0
  73. package/dist/api/resources/empathicVoice/types/Context.d.ts +10 -0
  74. package/dist/api/resources/empathicVoice/types/Context.js +5 -0
  75. package/dist/api/resources/empathicVoice/types/ContextType.d.ts +9 -0
  76. package/dist/api/resources/empathicVoice/types/ContextType.js +11 -0
  77. package/dist/api/resources/empathicVoice/types/PauseAssistantMessage.d.ts +11 -0
  78. package/dist/api/resources/empathicVoice/types/PauseAssistantMessage.js +5 -0
  79. package/dist/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +2 -2
  80. package/dist/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -1
  81. package/dist/api/resources/empathicVoice/types/PostedVoice.d.ts +4 -3
  82. package/dist/api/resources/empathicVoice/types/PostedVoiceName.d.ts +11 -0
  83. package/dist/api/resources/empathicVoice/types/PostedVoiceName.js +10 -0
  84. package/dist/api/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +11 -0
  85. package/dist/api/resources/empathicVoice/types/ResumeAssistantMessage.js +5 -0
  86. package/dist/api/resources/empathicVoice/types/ReturnChat.d.ts +2 -0
  87. package/dist/api/resources/empathicVoice/types/{ReturnChatWithPagedEvents.d.ts → ReturnChatPagedEvents.d.ts} +1 -1
  88. package/dist/api/resources/empathicVoice/types/ReturnChatPagedEvents.js +5 -0
  89. package/dist/api/resources/empathicVoice/types/ReturnConfig.d.ts +1 -0
  90. package/dist/api/resources/empathicVoice/types/SessionSettings.d.ts +4 -2
  91. package/dist/api/resources/empathicVoice/types/Tool.d.ts +6 -6
  92. package/dist/api/resources/empathicVoice/types/ToolCallMessage.d.ts +5 -4
  93. package/dist/api/resources/empathicVoice/types/ToolErrorMessage.d.ts +7 -6
  94. package/dist/api/resources/empathicVoice/types/ToolResponseMessage.d.ts +7 -3
  95. package/dist/api/resources/empathicVoice/types/UserInput.d.ts +1 -0
  96. package/dist/api/resources/empathicVoice/types/UserInterruption.d.ts +2 -0
  97. package/dist/api/resources/empathicVoice/types/WebSocketError.d.ts +1 -0
  98. package/dist/api/resources/empathicVoice/types/index.d.ts +14 -7
  99. package/dist/api/resources/empathicVoice/types/index.js +14 -7
  100. package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.js +6 -6
  101. package/dist/serialization/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +3 -1
  102. package/dist/serialization/resources/empathicVoice/resources/chat/types/PublishEvent.js +4 -0
  103. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +2 -0
  104. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +2 -0
  105. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +2 -0
  106. package/dist/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +2 -0
  107. package/dist/serialization/resources/empathicVoice/types/AssistantEnd.d.ts +1 -0
  108. package/dist/serialization/resources/empathicVoice/types/AssistantEnd.js +1 -0
  109. package/dist/serialization/resources/empathicVoice/types/BuiltInTool.d.ts +10 -0
  110. package/dist/serialization/resources/empathicVoice/types/BuiltInTool.js +31 -0
  111. package/dist/serialization/resources/empathicVoice/types/BuiltinToolConfig.d.ts +14 -0
  112. package/dist/serialization/resources/empathicVoice/types/BuiltinToolConfig.js +35 -0
  113. package/dist/serialization/resources/empathicVoice/types/Context.d.ts +14 -0
  114. package/dist/serialization/resources/empathicVoice/types/Context.js +35 -0
  115. package/dist/serialization/resources/empathicVoice/types/ContextType.d.ts +10 -0
  116. package/dist/serialization/resources/empathicVoice/types/ContextType.js +31 -0
  117. package/dist/serialization/resources/empathicVoice/types/PauseAssistantMessage.d.ts +13 -0
  118. package/dist/serialization/resources/empathicVoice/types/PauseAssistantMessage.js +34 -0
  119. package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +1 -1
  120. package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -1
  121. package/dist/serialization/resources/empathicVoice/types/PostedVoice.d.ts +3 -2
  122. package/dist/serialization/resources/empathicVoice/types/PostedVoice.js +3 -2
  123. package/dist/serialization/resources/empathicVoice/types/PostedVoiceName.d.ts +10 -0
  124. package/dist/serialization/resources/empathicVoice/types/PostedVoiceName.js +31 -0
  125. package/dist/serialization/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +13 -0
  126. package/dist/serialization/resources/empathicVoice/types/ResumeAssistantMessage.js +34 -0
  127. package/dist/serialization/resources/empathicVoice/types/ReturnChat.d.ts +1 -0
  128. package/dist/serialization/resources/empathicVoice/types/ReturnChat.js +1 -0
  129. package/dist/serialization/resources/empathicVoice/types/{ReturnChatWithPagedEvents.d.ts → ReturnChatPagedEvents.d.ts} +2 -2
  130. package/dist/serialization/resources/empathicVoice/types/{ReturnChatWithPagedEvents.js → ReturnChatPagedEvents.js} +2 -2
  131. package/dist/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +2 -0
  132. package/dist/serialization/resources/empathicVoice/types/ReturnConfig.js +2 -0
  133. package/dist/serialization/resources/empathicVoice/types/SessionSettings.d.ts +4 -2
  134. package/dist/serialization/resources/empathicVoice/types/SessionSettings.js +4 -2
  135. package/dist/serialization/resources/empathicVoice/types/Tool.d.ts +3 -3
  136. package/dist/serialization/resources/empathicVoice/types/Tool.js +3 -3
  137. package/dist/serialization/resources/empathicVoice/types/ToolCallMessage.d.ts +3 -3
  138. package/dist/serialization/resources/empathicVoice/types/ToolCallMessage.js +3 -3
  139. package/dist/serialization/resources/empathicVoice/types/ToolErrorMessage.d.ts +6 -4
  140. package/dist/serialization/resources/empathicVoice/types/ToolErrorMessage.js +6 -4
  141. package/dist/serialization/resources/empathicVoice/types/ToolResponseMessage.d.ts +5 -2
  142. package/dist/serialization/resources/empathicVoice/types/ToolResponseMessage.js +5 -2
  143. package/dist/serialization/resources/empathicVoice/types/index.d.ts +14 -7
  144. package/dist/serialization/resources/empathicVoice/types/index.js +14 -7
  145. package/package.json +1 -1
  146. package/serialization/resources/empathicVoice/resources/chat/types/PublishEvent.d.ts +3 -1
  147. package/serialization/resources/empathicVoice/resources/chat/types/PublishEvent.js +4 -0
  148. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +2 -0
  149. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfig.js +2 -0
  150. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +2 -0
  151. package/serialization/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.js +2 -0
  152. package/serialization/resources/empathicVoice/types/AssistantEnd.d.ts +1 -0
  153. package/serialization/resources/empathicVoice/types/AssistantEnd.js +1 -0
  154. package/serialization/resources/empathicVoice/types/BuiltInTool.d.ts +10 -0
  155. package/serialization/resources/empathicVoice/types/BuiltInTool.js +31 -0
  156. package/serialization/resources/empathicVoice/types/BuiltinToolConfig.d.ts +14 -0
  157. package/serialization/resources/empathicVoice/types/BuiltinToolConfig.js +35 -0
  158. package/serialization/resources/empathicVoice/types/Context.d.ts +14 -0
  159. package/serialization/resources/empathicVoice/types/Context.js +35 -0
  160. package/serialization/resources/empathicVoice/types/ContextType.d.ts +10 -0
  161. package/serialization/resources/empathicVoice/types/ContextType.js +31 -0
  162. package/serialization/resources/empathicVoice/types/PauseAssistantMessage.d.ts +13 -0
  163. package/serialization/resources/empathicVoice/types/PauseAssistantMessage.js +34 -0
  164. package/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +1 -1
  165. package/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +1 -1
  166. package/serialization/resources/empathicVoice/types/PostedVoice.d.ts +3 -2
  167. package/serialization/resources/empathicVoice/types/PostedVoice.js +3 -2
  168. package/serialization/resources/empathicVoice/types/PostedVoiceName.d.ts +10 -0
  169. package/serialization/resources/empathicVoice/types/PostedVoiceName.js +31 -0
  170. package/serialization/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +13 -0
  171. package/serialization/resources/empathicVoice/types/ResumeAssistantMessage.js +34 -0
  172. package/serialization/resources/empathicVoice/types/ReturnChat.d.ts +1 -0
  173. package/serialization/resources/empathicVoice/types/ReturnChat.js +1 -0
  174. package/serialization/resources/empathicVoice/types/{ReturnChatWithPagedEvents.d.ts → ReturnChatPagedEvents.d.ts} +2 -2
  175. package/serialization/resources/empathicVoice/types/{ReturnChatWithPagedEvents.js → ReturnChatPagedEvents.js} +2 -2
  176. package/serialization/resources/empathicVoice/types/ReturnConfig.d.ts +2 -0
  177. package/serialization/resources/empathicVoice/types/ReturnConfig.js +2 -0
  178. package/serialization/resources/empathicVoice/types/SessionSettings.d.ts +4 -2
  179. package/serialization/resources/empathicVoice/types/SessionSettings.js +4 -2
  180. package/serialization/resources/empathicVoice/types/Tool.d.ts +3 -3
  181. package/serialization/resources/empathicVoice/types/Tool.js +3 -3
  182. package/serialization/resources/empathicVoice/types/ToolCallMessage.d.ts +3 -3
  183. package/serialization/resources/empathicVoice/types/ToolCallMessage.js +3 -3
  184. package/serialization/resources/empathicVoice/types/ToolErrorMessage.d.ts +6 -4
  185. package/serialization/resources/empathicVoice/types/ToolErrorMessage.js +6 -4
  186. package/serialization/resources/empathicVoice/types/ToolResponseMessage.d.ts +5 -2
  187. package/serialization/resources/empathicVoice/types/ToolResponseMessage.js +5 -2
  188. package/serialization/resources/empathicVoice/types/index.d.ts +14 -7
  189. package/serialization/resources/empathicVoice/types/index.js +14 -7
  190. /package/api/resources/empathicVoice/types/{ReturnChatWithPagedEvents.js → BuiltInTool.js} +0 -0
  191. /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.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
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.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
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.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
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.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
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.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
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.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
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.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
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.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
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.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
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
  }
@@ -8,5 +8,6 @@ export interface AssistantInput {
8
8
  customSessionId?: string;
9
9
  /** Text to be synthesized. */
10
10
  text: string;
11
+ /** The type of message sent through the socket; for an Assistant Input message, this must be 'assistant_input'. */
11
12
  type: "assistant_input";
12
13
  }
@@ -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
  }
@@ -8,5 +8,6 @@ export interface AudioInput {
8
8
  customSessionId?: string;
9
9
  /** Base64 encoded audio input. */
10
10
  data: string;
11
+ /** The type of message sent through the socket; for an Audio Input message, this must be 'audio_input'. */
11
12
  type: "audio_input";
12
13
  }
@@ -10,5 +10,6 @@ export interface AudioOutput {
10
10
  data: string;
11
11
  /** ID of the audio output. */
12
12
  id: string;
13
+ /** The type of message sent through the socket; for an Audio Output message, this must be 'audio_output'. */
13
14
  type: "audio_output";
14
15
  }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type BuiltInTool = "web_search";
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Hume from "../../../index";
5
+ export interface BuiltinToolConfig {
6
+ fallbackContent?: string;
7
+ name: Hume.empathicVoice.BuiltInTool;
8
+ }
@@ -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,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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" | "BYO_TEXT" | "CUSTOM_LANGUAGE_MODEL" | "ANTHROPIC" | "FIREWORKS";
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. Based on the enum VoiceProvider. */
9
- provider?: string;
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: string;
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
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 ReturnChatWithPagedEvents {
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. */
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
- /** Whether a response is required from the developer. */
20
- responseRequired: boolean;
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
- type: "tool_error";
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
- type: "tool_response";
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
- /** Return value of the tool call. */
13
- content: string;
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
  }
@@ -8,5 +8,6 @@ export interface UserInput {
8
8
  customSessionId?: string;
9
9
  /** User text to insert into the conversation. */
10
10
  text: string;
11
+ /** The type of message sent through the socket; for a User Input message, this must be ‘user_input’. */
11
12
  type: "user_input";
12
13
  }
@@ -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
  }
@@ -12,5 +12,6 @@ export interface WebSocketError {
12
12
  message: string;
13
13
  /** Error slug. */
14
14
  slug: string;
15
+ /** The type of message sent through the socket; for a Web Socket Error message, this must be 'error'. */
15
16
  type: "error";
16
17
  }
@@ -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 "./ReturnChatWithPagedEvents";
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 "./ErrorLevel";
32
- export * from "./Tool";
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 "./UserInput";
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("./ReturnChatWithPagedEvents"), exports);
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("./ErrorLevel"), exports);
48
- __exportStar(require("./Tool"), exports);
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("./UserInput"), exports);
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);