@liveblocks/core 2.25.0-aiprivatebeta13 → 2.25.0-aiprivatebeta14

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
@@ -6,7 +6,7 @@ var __export = (target, all) => {
6
6
 
7
7
  // src/version.ts
8
8
  var PKG_NAME = "@liveblocks/core";
9
- var PKG_VERSION = "2.25.0-aiprivatebeta13";
9
+ var PKG_VERSION = "2.25.0-aiprivatebeta14";
10
10
  var PKG_FORMAT = "cjs";
11
11
 
12
12
  // src/dupe-detection.ts
@@ -3930,7 +3930,7 @@ function createStore_forChatMessages(toolsStore, setToolResult) {
3930
3930
  message.chatId,
3931
3931
  message.id,
3932
3932
  toolCall.invocationId,
3933
- result
3933
+ result.data
3934
3934
  // TODO Pass in AiGenerationOptions here, or make the backend use the same options
3935
3935
  ).catch((err) => {
3936
3936
  error2(