RCaz commited on
Commit
3f7ddfb
·
verified ·
1 Parent(s): a9f26ae

corrected indent error

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -8,7 +8,7 @@ from smolagents import tool
8
  def real_number_calculator(
9
  a: float, b: float, operation: Literal["add", "subtract", "multiply", "divide"]
10
  ) -> float:
11
- """
12
  Perform basic arithmetic operations on two real numbers.
13
 
14
  This function acts as a simple calculator that can add, subtract,
 
8
  def real_number_calculator(
9
  a: float, b: float, operation: Literal["add", "subtract", "multiply", "divide"]
10
  ) -> float:
11
+ """
12
  Perform basic arithmetic operations on two real numbers.
13
 
14
  This function acts as a simple calculator that can add, subtract,