20 lines
780 B
JSON
20 lines
780 B
JSON
{
|
|
"name": "llm_validator_decision_handling",
|
|
"transcript_file": "llm-validator-rejection.transcript.json",
|
|
"glossary_file": "default-full-pipeline.glossary.yaml",
|
|
"modules_csv": "grammar",
|
|
"proposal_responses_file": "llm-validator-rejection.proposals.json",
|
|
"validation_responses_file": "llm-validator-rejection.validations.json",
|
|
"expect": {
|
|
"exit_code": 0,
|
|
"status": "success",
|
|
"output_transcript_file": "llm-validator-rejection.expected-transcript.json",
|
|
"module_instances": ["grammar"],
|
|
"module_count": 1,
|
|
"total_skipped_changes": 1,
|
|
"validator_rejected_reason_codes": ["llm_rejected"],
|
|
"expected_proposal_calls": ["grammar:proposal"],
|
|
"expected_validation_calls": ["grammar:section-0000:grammar_only_guard:batch-0000"]
|
|
}
|
|
}
|