Version 0.1.6 - 2025-04-14

Added

  • Added run method to LLM Service for improved convenience

  • Added new Prompt and Test entity classes

  • Added automatic test set description generation

  • Added set_attributes() method to TestSet class

  • Added support for custom system prompts in synthesizers

Changed

  • Changed TestSet to work with tests instead of prompts

  • Changed synthesizers to use new test-focused entity model

  • Changed prompt templates to match new test entity format

Removed

  • Removed direct prompt handling from TestSet class

  • Removed old prompt-based test set generation

Fixed

  • Fixed synthesizer response parsing to handle new test structure

  • Fixed test set property extraction to work with nested test objects