mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
fix indentation
This commit is contained in:
parent
d9367054df
commit
f63fff92ae
1 changed files with 3 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue