This commit is contained in:
AI Christianson 2024-12-28 14:47:34 -05:00
parent 535be97c1f
commit 9074cae2f5
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ Output **ONLY THE CODE** and **NO MARKDOWN BACKTICKS**"""
return result
except Exception as e:
error_msg = f"Error executing code: {str(e)}"
console.print(f"[red]Error:[/red] {error_msg}")
raise ToolExecutionError(error_msg)
def _create_agent_chunk(self, content: str) -> Dict[str, Any]: