Skip to content

Commit 4b42402

Browse files
S1M0N38Copilot
andcommitted
fix: comment BotError to BalatroError
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d69ba00 commit 4b42402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/balatrollm/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def __init__(self, config: Config, base_url: str, api_key: str):
9696
# We need to keep track that in order to notify the LLM for the next request.
9797
self.last_response_is_invalid: str | None = None
9898

99-
# The last tool call is a valid tool call but an BotError occurred
99+
# The last tool call is a valid tool call but a BalatroError occurred
100100
# (e.g. play hand with 6 cards)
101101
self.last_tool_called_failed: str | None = None
102102

0 commit comments

Comments
 (0)