@animaapp/anima-sdk 0.6.3 → 0.6.4
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4073,7 +4073,7 @@ I = new WeakMap(), Ke = new WeakMap(), xe = new WeakSet(), _r = function(e, t, s
|
|
|
4073
4073
|
name: "Invalid response",
|
|
4074
4074
|
reason: "No code generated"
|
|
4075
4075
|
});
|
|
4076
|
-
return i.tokenUsage = k.payload.tokenUsage, i;
|
|
4076
|
+
return i.tokenUsage = k.payload.tokenUsage, i.sessionId = k.payload.sessionId, i;
|
|
4077
4077
|
}
|
|
4078
4078
|
}
|
|
4079
4079
|
}
|