Configuration Reference
Flightline uses aflightline.yaml file in your project root for configuration.
Flightline is in early access. Configuration options are evolving. Contact the team for the latest reference.
Overview
The configuration file is created when you runflightline init. It defines:
- Which schema to use for test generation
- Where to output generated data
- Which prompts to evaluate
- What validation checks to run
Basic Structure
Schema Configuration
Point Flightline at your Pydantic model or sample JSON:Generation Settings
Configure where synthetic data is output:Evaluation Settings
Define which prompt to test and what checks to run:Questions?
Configuration options are being actively developed based on design partner feedback.Talk to the Team
Get help with configuration and setup.
