Compare commits
No commits in common. "bbb08b7789c98f8b47424ec8d7c0104ca17f06ed" and "4816b9386e0d1a93314851114ef13eea8027d14f" have entirely different histories.
bbb08b7789
...
4816b9386e
1 changed files with 1 additions and 2 deletions
|
|
@ -137,8 +137,7 @@ def render_result(result: ResearchResult, console: Console) -> None:
|
|||
conf_text.append(f"Source authority: {cf.source_authority}\n")
|
||||
conf_text.append(f"Contradiction detected: {cf.contradiction_detected}\n")
|
||||
conf_text.append(f"Query specificity match: {cf.query_specificity_match:.2f}\n")
|
||||
budget_status = "spent" if cf.budget_exhausted else "under cap"
|
||||
conf_text.append(f"Budget status: {budget_status}\n")
|
||||
conf_text.append(f"Budget exhausted: {cf.budget_exhausted}\n")
|
||||
conf_text.append(f"Recency: {cf.recency or 'unknown'}")
|
||||
console.print(Panel(conf_text, title="Confidence", border_style="green"))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue