Skip to content

Conversation

@teocns
Copy link
Contributor

@teocns teocns commented Jan 16, 2025

Changes

  • Renamed InstrumentedProvider class to BaseProvider to better reflect its role as the abstract base class for all provider implementations
  • Updated all provider class imports and inheritance to use the new BaseProvider name
  • Updated documentation in CONTRIBUTING.md to reflect the new class name

Motivation

The name InstrumentedProvider was potentially misleading as it suggested the class itself handled instrumentation, when in fact it serves as an abstract base class that defines the interface and common functionality for all LLM provider implementations. The new name BaseProvider better communicates its role in the codebase.

@teocns teocns added the v0.4 label Jan 16, 2025
@teocns teocns merged commit fa49968 into main Jan 16, 2025
9 checks passed
@teocns teocns deleted the refactor-providers branch January 16, 2025 18:48
@codecov
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants