ai 5.0.0-canary.5 → 5.0.0-canary.6

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.mjs CHANGED
@@ -8048,8 +8048,8 @@ function simulateStreamingMiddleware() {
8048
8048
  });
8049
8049
  return {
8050
8050
  stream: simulatedStream,
8051
- rawCall: result.rawCall,
8052
- rawResponse: result.response,
8051
+ request: result.request,
8052
+ response: result.response,
8053
8053
  warnings: result.warnings
8054
8054
  };
8055
8055
  }