fix tests

This commit is contained in:
AI Christianson 2025-03-08 08:16:21 -05:00 committed by Will
parent dea047cb5a
commit 970966aec7
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