diff --git a/ra_aid/agent_backends/ciayn_agent.py b/ra_aid/agent_backends/ciayn_agent.py index 347ac3e..58ffab9 100644 --- a/ra_aid/agent_backends/ciayn_agent.py +++ b/ra_aid/agent_backends/ciayn_agent.py @@ -635,7 +635,7 @@ class CiaynAgent: if supports_think_tag or supports_thinking: think_content, remaining_text = extract_think_tag(response.content) if think_content: - # console.print(Panel(Markdown(think_content), title="💭 Thoughts")) + console.print(Panel(Markdown(think_content), title="💭 Thoughts")) response.content = remaining_text # Check if the response is empty or doesn't contain a valid tool call