├── src/ │ └── IndoTaiwanProject/ # Main library project ├── tests/ │ └── IndoTaiwanProject.Tests/ # Test project │ ├── Features/ │ │ ├── Sample.feature # Example feature │ │ └── Booking.feature ...
In this tutorial, we show how we treat prompts as first-class, versioned artifacts and apply rigorous regression testing to large language model behavior using MLflow. We design an evaluation pipeline ...