chore(ciayn_agent.py): remove debug logging for extracted tool call to clean up logs and reduce verbosity
This commit is contained in:
parent
0df5d43333
commit
f3a5ce6d8e
|
|
@ -229,7 +229,6 @@ class CiaynAgent:
|
||||||
raise ToolExecutionError("Failed to extract tool call")
|
raise ToolExecutionError("Failed to extract tool call")
|
||||||
ma = matches[0][0].strip()
|
ma = matches[0][0].strip()
|
||||||
mb = matches[0][1].strip().replace("\n", " ")
|
mb = matches[0][1].strip().replace("\n", " ")
|
||||||
logger.debug(f"Extracted tool call: {ma}({mb})")
|
|
||||||
return f"{ma}({mb})"
|
return f"{ma}({mb})"
|
||||||
|
|
||||||
def _trim_chat_history(
|
def _trim_chat_history(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue