AutoResearch / autodoc

MIT License
0 stars 1 forks source link

Feature method run multi prompts #33

Closed anujsinha3 closed 7 months ago

anujsinha3 commented 7 months ago

Change Description

Solution Description

created a command-line typer method named eval_on_prompts_file() that:

command line syntax example:

autodoc eval-on-prompts-file data/autora/data.jsonl data/autora/prompts/all_prompt.json

TODO: add tests

Code Quality

Project-Specific Pull Request Checklists

Bug Fix Checklist

New Feature Checklist

Documentation Change Checklist

Build/CI Change Checklist

Other Change Checklist

codecov-commenter commented 7 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (3c7e0a0) 97.17% compared to head (667e77e) 97.32%. Report is 1 commits behind head on main.

Files Patch % Lines
src/autora/doc/pipelines/main.py 96.42% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## ========================================== + Coverage 97.17% 97.32% +0.14% ========================================== Files 3 5 +2 Lines 177 224 +47 ========================================== + Hits 172 218 +46 - Misses 5 6 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.