Skip to content

ai@6.0.209

Choose a tag to compare

@github-actions github-actions released this 23 Jun 15:52
· 1140 commits to main since this release
617c7f9

Patch Changes

  • d102dff: Sanitize OpenTelemetry array attributes so spans no longer emit invalid OTLP values (arrays containing undefined/null/objects, or arrays mixing primitive types). For example, gen_ai.response.finish_reasons could be emitted as [undefined] when a finish reason was missing. Such values previously failed telemetry ingestion with deserializing message invalid value: map, expected map with a single key and flooded function logs with errors.
  • Updated dependencies [709c0fa]
    • @ai-sdk/gateway@3.0.134