cryogenic22 commited on
Commit
98c7e01
·
verified ·
1 Parent(s): 0bd78bb

Update agents/understanding.py

Browse files
Files changed (1) hide show
  1. agents/understanding.py +2 -1
agents/understanding.py CHANGED
@@ -88,4 +88,5 @@ def understanding_agent(anthropic_client, state: Dict[str, Any]) -> Dict[str, An
88
  return {
89
  "messages": [{"role": "assistant", "content": f"I encountered an error: {str(e)}"}],
90
  "current_agent": "understanding_agent"
91
- }
 
 
88
  return {
89
  "messages": [{"role": "assistant", "content": f"I encountered an error: {str(e)}"}],
90
  "current_agent": "understanding_agent"
91
+ }
92
+