Added support for multiple LLM passes to correct the transcript based upon the provided glossary
This commit is contained in:
@@ -10,3 +10,10 @@ def test_cli_help_uses_audita_program_name(capsys):
|
||||
assert exc.value.code == 0
|
||||
assert capsys.readouterr().out.startswith("usage: audita ")
|
||||
|
||||
|
||||
def test_process_help_includes_glossary_pass_flag(capsys):
|
||||
with pytest.raises(SystemExit) as exc:
|
||||
main(["process", "--help"])
|
||||
|
||||
assert exc.value.code == 0
|
||||
assert "--glossary-max-llm-passes" in capsys.readouterr().out
|
||||
|
||||
Reference in New Issue
Block a user