We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02a9b0 commit 17e0542Copy full SHA for 17e0542
1 file changed
src/balatrollm/data_collection.py
@@ -72,8 +72,7 @@ class RunStats:
72
money_spent: Total money spent during the run.
73
hands_played: Dictionary mapping hand types to play counts.
74
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.
+ failed_calls: List of failed tool calls from LLM calls.
77
avg_input_tokens: Average input tokens per LLM call.
78
avg_output_tokens: Average output tokens per LLM call.
79
avg_reasoning_tokens: Average reasoning tokens per LLM call.
0 commit comments