Spaces:
Sleeping
Sleeping
Update tools.py
Browse files
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"]
|