Spaces:
Runtime error
Runtime error
Update agents/understanding.py
Browse files- 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 |
+
|