Update Gradio_UI.py
Browse files- Gradio_UI.py +0 -1
Gradio_UI.py
CHANGED
|
@@ -35,7 +35,6 @@ def clean_up_code_output(p_content: str):
|
|
| 35 |
def pull_messages_from_step(step_log: MemoryStep):
|
| 36 |
"""Extract ChatMessage objects from agent steps with proper nesting"""
|
| 37 |
|
| 38 |
-
print(f"MEMORY STEP => {step_log}")
|
| 39 |
if isinstance(step_log, ActionStep):
|
| 40 |
# Output the step number
|
| 41 |
step_number = f"Step {step_log.step_number}" if step_log.step_number is not None else ""
|
|
|
|
| 35 |
def pull_messages_from_step(step_log: MemoryStep):
|
| 36 |
"""Extract ChatMessage objects from agent steps with proper nesting"""
|
| 37 |
|
|
|
|
| 38 |
if isinstance(step_log, ActionStep):
|
| 39 |
# Output the step number
|
| 40 |
step_number = f"Step {step_log.step_number}" if step_log.step_number is not None else ""
|