WIP: Exposing errors that cause bot to fail

Working to remove all the lower level try except statements that catch
barely, and don't offer any information to top level about what went
wrong. Better to throw exceptions and let the consumers catch if needed.
This commit is contained in:
Tyler Marques 2025-06-24 19:12:22 -07:00
parent f37c344213
commit c09d5bfe7e
No known key found for this signature in database
GPG key ID: CB99EDCF41D3016F
13 changed files with 1013 additions and 400 deletions

3
.vscode/launch.json vendored
View file

@ -105,7 +105,7 @@
"--game-id",
"${input:gameId}",
"--log-level",
"INFO"
"DEBUG"
],
"console": "integratedTerminal",
"justMyCode": true,
@ -138,6 +138,7 @@
"type": "pickString",
"description": "Select the AI model to use",
"options": [
"gemini-2.5-flash-lite-preview-06-17",
"gpt-3.5-turbo",
"gpt-4",
"claude-3-haiku",