You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add robust error handling for LLM response parsing
- Add proper error handling for malformed LLM responses in extract_memories_from_session_thread
- Check response structure before accessing choices[0].message.content
- Return empty list instead of crashing when response is malformed
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments