@posthog/ai 8.4.2 → 8.5.0

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.
@@ -205,7 +205,7 @@ function toContentString(content) {
205
205
  }
206
206
  return String(content);
207
207
  }
208
- const getModelParams = params => {
208
+ const getModelParams = (params, responseServiceTier) => {
209
209
  if (!params) {
210
210
  return {};
211
211
  }
@@ -395,7 +395,7 @@ function sanitizeValues(obj) {
395
395
  return jsonSafe;
396
396
  }
397
397
 
398
- var version = "8.4.2";
398
+ var version = "8.5.0";
399
399
 
400
400
  const DEFAULT_MAX_DEPTH = 3;
401
401
  const MAX_STACK_LINES = 20;