Skip to content

Commit 17e0542

Browse files
S1M0N38Copilot
andcommitted
fix: typos in data_collection.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c02a9b0 commit 17e0542

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/balatrollm/data_collection.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ class RunStats:
7272
money_spent: Total money spent during the run.
7373
hands_played: Dictionary mapping hand types to play counts.
7474
successful_calls: Number of successful LLM API calls.
75-
invalid_calls: Number of invalid tool call responses from LLM.
76-
failed_calls: List of failure tool call from LLM calls.
75+
failed_calls: List of failed tool calls from LLM calls.
7776
avg_input_tokens: Average input tokens per LLM call.
7877
avg_output_tokens: Average output tokens per LLM call.
7978
avg_reasoning_tokens: Average reasoning tokens per LLM call.

0 commit comments

Comments
 (0)