@@ -275,8 +275,8 @@ def _render_audio_report(
275275
276276 report = self .renderer .render (
277277 name = TemplateName .audio_report ,
278- jira_id = task_info .jira_id ,
279- jira_url = task_info .jira_url ,
278+ task_id = task_info .task_id ,
279+ task_url = task_info .task_url ,
280280 header_block = header_block ,
281281 benchmark_blocks = benchmark_blocks ,
282282 benchmark_section_info = benchmark_section_info ,
@@ -380,8 +380,8 @@ def _render_eval_report(
380380 report = self .renderer .render (
381381 name = TemplateName .eval_report ,
382382 is_self_comparison = eval_artifacts .is_self_comparison ,
383- jira_id = task_info .jira_id ,
384- jira_url = task_info .jira_url ,
383+ task_id = task_info .task_id ,
384+ task_url = task_info .task_url ,
385385 audio_report_url = audio_report_url ,
386386 configuration_block = configuration_block ,
387387 header_block = header_block ,
@@ -419,7 +419,7 @@ def run(
419419 generate_audio_report: Whether to generate the audio comparison report.
420420 audio_report_benchmarks: Benchmark names to include in the audio report.
421421 samples_per_benchmark: Number of audio pairs to sample per benchmark.
422- task_id: Task identifier used for report metadata and Jira linking .
422+ task_id: Task identifier used for report metadata and link .
423423
424424 Returns:
425425 Tuple containing the evaluation report URL and the optional audio report URL.
0 commit comments