mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-21 09:28:14 +00:00
All 5 adapters (deepseek, github, groq, mistral, openai) now: - Guard against json.decode returning nil (null body) - Use type() == "table" instead of truthy checks for table access - Prevents 'attempt to index a non-table object(nil)' crashes