Skip to content

Commit 3924ac5

Browse files
author
yh 林
committed
remove space line
1 parent 2ac6182 commit 3924ac5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

camel/agents/chat_agent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3742,7 +3742,6 @@ def _execute_tool(
37423742
args = tool_call_request.args
37433743
tool_call_id = tool_call_request.tool_call_id
37443744
tool = self._internal_tools[func_name]
3745-
37463745
try:
37473746
raw_result = tool(**args)
37483747
if self.mask_tool_output:
@@ -3810,7 +3809,6 @@ async def _aexecute_tool(
38103809
error_msg = f"Error executing async tool '{func_name}': {e!s}"
38113810
result = f"Tool execution failed: {error_msg}"
38123811
logger.warning(error_msg)
3813-
38143812
return self._record_tool_calling(func_name, args, result, tool_call_id)
38153813

38163814
def _record_tool_calling(

0 commit comments

Comments
 (0)