@superinterface/react 3.7.1 → 3.7.2

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/index.cjs CHANGED
@@ -373,6 +373,9 @@ __export(src_exports, {
373
373
  useAssistant: function() {
374
374
  return useAssistant;
375
375
  },
376
+ useAudioThreadContext: function() {
377
+ return useAudioThreadContext;
378
+ },
376
379
  useComponents: function() {
377
380
  return useComponents;
378
381
  },
@@ -11202,6 +11205,7 @@ var AssistantProvider = function(t0) {
11202
11205
  ThreadDialogContext: ThreadDialogContext,
11203
11206
  UserAvatarContext: UserAvatarContext,
11204
11207
  useAssistant: useAssistant,
11208
+ useAudioThreadContext: useAudioThreadContext,
11205
11209
  useComponents: useComponents,
11206
11210
  useCreateMessage: useCreateMessage,
11207
11211
  useIsMutatingMessage: useIsMutatingMessage,