Update src/nodes.py
Browse files- src/nodes.py +1 -1
src/nodes.py
CHANGED
|
@@ -373,7 +373,7 @@ def enhanced_finalizer(state: AgentState) -> AgentState:
|
|
| 373 |
# Format final answer for user
|
| 374 |
formatted_answer = format_final_answer(execution_report, state.get('complexity_assessment', {}))
|
| 375 |
#print(execution_report)
|
| 376 |
-
print(f"FINAL ANSWER FOR EVALUATOR: {execution_report
|
| 377 |
|
| 378 |
return {
|
| 379 |
"execution_report": execution_report,
|
|
|
|
| 373 |
# Format final answer for user
|
| 374 |
formatted_answer = format_final_answer(execution_report, state.get('complexity_assessment', {}))
|
| 375 |
#print(execution_report)
|
| 376 |
+
print(f"FINAL ANSWER FOR EVALUATOR: {execution_report.final_answer}")
|
| 377 |
|
| 378 |
return {
|
| 379 |
"execution_report": execution_report,
|