Skip to content

Commit

Permalink
fix: clarify log message for cached record usage
Browse files Browse the repository at this point in the history
  • Loading branch information
DerKernigeFeuerpfeil committed Feb 3, 2025
1 parent 7792415 commit 2b43250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_ac.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ async def process_llm_record_batch(record_dict_batch: List[Dict[str, Any]]) -> N

if record_dict["id"] in cached_records:
print(
"Using cached value for record",
"Using cached value for record with record_id",
record_dict["data"]["running_id"],
flush=True,
)
Expand Down

0 comments on commit 2b43250

Please sign in to comment.