Skip to content

Commit 2b43250

Browse files
fix: clarify log message for cached record usage
1 parent 7792415 commit 2b43250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_ac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async def process_llm_record_batch(record_dict_batch: List[Dict[str, Any]]) -> N
147147

148148
if record_dict["id"] in cached_records:
149149
print(
150-
"Using cached value for record",
150+
"Using cached value for record with record_id",
151151
record_dict["data"]["running_id"],
152152
flush=True,
153153
)

0 commit comments

Comments
 (0)