fix(ai-services): add logic for API key checking in fallback sequence

This commit is contained in:
Eyal Toledano
2025-05-21 22:49:25 -04:00
parent 4c835264ac
commit d2e64318e2
6 changed files with 1063 additions and 39 deletions

View File

@@ -0,0 +1,5 @@
---
'task-master-ai': patch
---
ensures that the second fallback which tries to call research if main and fallback both fail will correctly check if the api key is set before attempting to make the call. this closes #421 #519