mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +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
|
@json_schema_type
|
||||||
@dataclass
|
@dataclass
|
||||||
class SyntheticDataGenerationResponse:
|
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]
|
synthetic_data: List[KScoredPromptGenerations]
|
||||||
statistics: Optional[Dict[str, Any]] = None
|
statistics: Optional[Dict[str, Any]] = None
|
||||||
|
|
||||||
|
|
||||||
class SyntheticDataGeneration(Protocol):
|
class SyntheticDataGeneration(Protocol):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue