mirror of https://github.com/kortix-ai/suna.git
hotfix(response_processor): remove debug log
This commit is contained in:
parent
524e1beb67
commit
25fcdfc058
|
@ -1278,7 +1278,7 @@ class ResponseProcessor:
|
||||||
"arguments": params # The extracted parameters
|
"arguments": params # The extracted parameters
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.debug(f"Parsed old format tool call: {tool_call["function_name"]}")
|
# logger.debug(f"Parsed old format tool call: {tool_call["function_name"]}")
|
||||||
return tool_call, parsing_details # Return both dicts
|
return tool_call, parsing_details # Return both dicts
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Reference in New Issue