@superinterface/react 3.14.1 → 3.14.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
@@ -11077,6 +11077,9 @@ var useWebrtcAudioRuntime = function() {
11077
11077
  if (!sentTypes.includes(parsedData.type)) return [
11078
11078
  2
11079
11079
  ];
11080
+ if (parsedData.type === "response.done" && parsedData.response.status !== "completed") return [
11081
+ 2
11082
+ ];
11080
11083
  searchParams = new URLSearchParams(variableParams({
11081
11084
  variables: superinterfaceContext.variables,
11082
11085
  superinterfaceContext: superinterfaceContext