@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 +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10906,6 +10906,9 @@ var useWebrtcAudioRuntime = function() {
|
|
|
10906
10906
|
if (!sentTypes.includes(parsedData.type)) return [
|
|
10907
10907
|
2
|
|
10908
10908
|
];
|
|
10909
|
+
if (parsedData.type === "response.done" && parsedData.response.status !== "completed") return [
|
|
10910
|
+
2
|
|
10911
|
+
];
|
|
10909
10912
|
searchParams = new URLSearchParams(variableParams({
|
|
10910
10913
|
variables: superinterfaceContext.variables,
|
|
10911
10914
|
superinterfaceContext: superinterfaceContext
|