diff --git a/source/api_definitions.py b/source/api_definitions.py index 0f73cc8d3..37fd663b5 100644 --- a/source/api_definitions.py +++ b/source/api_definitions.py @@ -291,10 +291,10 @@ class SyntheticDataGenerationRequest: @json_schema_type @dataclass class SyntheticDataGenerationResponse: - """Response from the synthetic data generation. Batch of (prompt, response, score) tuples that pass the threshold.""" + """Response from the synthetic data generation. Batch of (prompt, response, score) tuples that pass the threshold.""" - synthetic_data: List[KScoredPromptGenerations] - statistics: Optional[Dict[str, Any]] = None + synthetic_data: List[KScoredPromptGenerations] + statistics: Optional[Dict[str, Any]] = None class SyntheticDataGeneration(Protocol):