fix tests

This commit is contained in:
AI Christianson 2025-03-08 08:16:21 -05:00
parent ffc340a82f
commit 4d2b10c80c
1 changed files with 1 additions and 1 deletions

View File

@ -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