INNER CODE UNIT · Python
GenerateOptions
nolabs-ai/deepfabric · deepfabric/cli.py:120
class GenerateOptions(BaseModel):
"""
Validated command options for dataset generation.
These options can be provided via CLI arguments or a configuration file.
so they are marked as optional here.
"""
model_config = ConfigDict(arbitrary_types_allowed=True)
config_file: str | None = None
# New naming convention
output_system_prompt: str | None = None
topic_prompt: str | None = None
topics_system_prompt: str | None = None
generation_system_prompt: str | None = None
topics_save_as: str | None = None
topics_load: str | None = None