chore(ciayn_agent.py): remove debug logging for extracted tool call to clean up logs and reduce verbosity

This commit is contained in:
Ariel Frischer 2025-02-14 13:50:43 -08:00
parent 0df5d43333
commit f3a5ce6d8e
1 changed files with 0 additions and 1 deletions

View File

@ -229,7 +229,6 @@ class CiaynAgent:
raise ToolExecutionError("Failed to extract tool call")
ma = matches[0][0].strip()
mb = matches[0][1].strip().replace("\n", " ")
logger.debug(f"Extracted tool call: {ma}({mb})")
return f"{ma}({mb})"
def _trim_chat_history(