Spaces:
Sleeping
Sleeping
removed debug print
Browse files
agent/agent_graph/Graph_Nodes.py
CHANGED
|
@@ -23,7 +23,6 @@ class GraphNode:
|
|
| 23 |
{"final_ans_report": string of response}
|
| 24 |
"""
|
| 25 |
|
| 26 |
-
print(state)
|
| 27 |
|
| 28 |
prompt: str | None = None # Initialize prompt to None with a type hint
|
| 29 |
|
|
|
|
| 23 |
{"final_ans_report": string of response}
|
| 24 |
"""
|
| 25 |
|
|
|
|
| 26 |
|
| 27 |
prompt: str | None = None # Initialize prompt to None with a type hint
|
| 28 |
|