@reverbia/sdk 1.0.0-next.20251218162622 → 1.0.0-next.20251218195705
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/react/index.cjs +2 -1
- package/dist/react/index.mjs +2 -1
- package/package.json +1 -1
package/dist/react/index.cjs
CHANGED
|
@@ -2374,7 +2374,8 @@ function useChatStorage(options) {
|
|
|
2374
2374
|
content: assistantContent,
|
|
2375
2375
|
model: responseData.model,
|
|
2376
2376
|
usage: convertUsageToStored(responseData.usage),
|
|
2377
|
-
responseDuration
|
|
2377
|
+
responseDuration,
|
|
2378
|
+
sources
|
|
2378
2379
|
});
|
|
2379
2380
|
} catch (err) {
|
|
2380
2381
|
return {
|
package/dist/react/index.mjs
CHANGED
|
@@ -2300,7 +2300,8 @@ function useChatStorage(options) {
|
|
|
2300
2300
|
content: assistantContent,
|
|
2301
2301
|
model: responseData.model,
|
|
2302
2302
|
usage: convertUsageToStored(responseData.usage),
|
|
2303
|
-
responseDuration
|
|
2303
|
+
responseDuration,
|
|
2304
|
+
sources
|
|
2304
2305
|
});
|
|
2305
2306
|
} catch (err) {
|
|
2306
2307
|
return {
|