@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.
@@ -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 {
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reverbia/sdk",
3
- "version": "1.0.0-next.20251218162622",
3
+ "version": "1.0.0-next.20251218195705",
4
4
  "description": "",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",