Add Evals API operations

This commit is contained in:
Sameer Kankute
2026-02-17 19:30:58 +05:30
parent 357a2b640e
commit a4eae1bc53
+7
View File
@@ -0,0 +1,7 @@
"""
OpenAI Evals API configuration
"""
from .transformation import OpenAIEvalsConfig
__all__ = ["OpenAIEvalsConfig"]