You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: rename GraphMetrics/GraphMetricSummary to AIGraphMetrics/AIGraphMetricSummary
Aligns the graph metric type names with the existing AI-prefixed conventions
(AIMetrics/AIMetricsSummary), making the public API surface consistent.
Updates the type definitions in `ldai/providers/types.py`, all internal
references across the SDK and provider packages (openai, langchain), tests,
docstrings, and the public re-exports in `ldai/__init__.py` and
`ldai/providers/__init__.py`. No backward-compatibility aliases are kept —
these types were introduced in the in-progress 0.19.0 iteration and have not
been published to PyPI.
BREAKING CHANGE: `GraphMetrics` is renamed to `AIGraphMetrics` and
`GraphMetricSummary` is renamed to `AIGraphMetricSummary`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments