Commit Graph

1 Commits

Author SHA1 Message Date
0dc4359755 refactor: standardize prompt parameter naming and enhance benchmark base class
- Changed all prompt parameters from '{text}' to '{input}' for consistency
- Enhanced Benchmark base class with prompt loading and validation
- Added test data loading functionality with proper error handling
- Improved initialization to accept prompt path and test data directory
- Added validation for prompt format and file existence
- Implemented structured test data loading from directory
```

The commit message follows conventional commit format with a clear title and descriptive body explaining the changes and their purpose.
2026-02-14 23:35:44 +03:00