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: remove `.base` modules from `api` module #5

Closed j-ittner closed 1 week ago

j-ittner commented 1 week ago

The .base modules contain abstract base classes that are not typically used in user code.

This PR removes their definitions from the artkit.api module to reduce clutter (note that some of the other .base classes had already been removed previously, so this PR also creates more consistency).