jafhaponiuk commited on
Commit
7066448
·
verified ·
1 Parent(s): dbe8eaa

Update tools.py

Browse files

SyntaxError: f-string expression - line 185

Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -182,5 +182,5 @@ if __name__ == "__main__":
182
  # Test Python REPL Tool
183
  print("\n--- Python REPL Tool Test ---")
184
  print(f"Python REPL '2 + 2': {python_repl_tool.invoke({'code': '2 + 2'})}")
185
- print(f"Python REPL 'len(\"hello\")': {python_repl_tool.invoke({'code': 'len(\"hello\")'})}")
186
  print(f"Python REPL error: {python_repl_tool.invoke({'code': '10 / 0'})}")
 
182
  # Test Python REPL Tool
183
  print("\n--- Python REPL Tool Test ---")
184
  print(f"Python REPL '2 + 2': {python_repl_tool.invoke({'code': '2 + 2'})}")
185
+ print(f"Python REPL 'len(\'hello\')': {python_repl_tool.invoke({'code': 'len(\'hello\')'})}")
186
  print(f"Python REPL error: {python_repl_tool.invoke({'code': '10 / 0'})}")