Add Evals API operations

This commit is contained in:
Sameer Kankute 2026-02-17 17:34:49 +05:30
parent 357a2b640e
commit a4eae1bc53

View file

@ -0,0 +1,7 @@
"""
OpenAI Evals API configuration
"""
from .transformation import OpenAIEvalsConfig
__all__ = ["OpenAIEvalsConfig"]