naman1102 commited on
Commit
28ad120
·
1 Parent(s): 3872131

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -0
tools.py CHANGED
@@ -277,6 +277,7 @@ def analyze_code_tool(args: dict) -> str:
277
  • obvious bugs or style smells
278
  Returns that analysis as a string.
279
  """
 
280
  code_txt = ""
281
  if args.get("snippet"):
282
  code_txt = args["snippet"]
 
277
  • obvious bugs or style smells
278
  Returns that analysis as a string.
279
  """
280
+ print("reached analyze_code_tool")
281
  code_txt = ""
282
  if args.get("snippet"):
283
  code_txt = args["snippet"]