BCG-X-Official / artkit

Automated prompt-based testing and evaluation of Gen AI applications
https://bcg-x-official.github.io/artkit/_generated/home.html
Apache License 2.0
76 stars 6 forks source link

API: Expose base models in API package #38

Closed seanggani closed 3 days ago

seanggani commented 4 days ago

Description

This PR exposes key base classes through the artkit.api module:

While these classes cannot be instantiated directly, they are frequently used for type hints and this change makes it easier to access them (rather than importing them from their actual .base module)

Issue number and link:

https://github.com/BCG-X-Official/artkit/issues/39

PR checks

New Feature Submissions:

  1. [x] Does your submission pass tests?
  2. [ ] Have you lint your code locally before submission?

Changes to Core Features: