Update agent.py
Browse files
agent.py
CHANGED
|
@@ -53,7 +53,7 @@ def modulus(a: int, b: int) -> int:
|
|
| 53 |
return a % b
|
| 54 |
|
| 55 |
def return_agent(question):
|
| 56 |
-
agent = CodeAgent(
|
| 57 |
tools=[
|
| 58 |
multiply,
|
| 59 |
add,
|
|
|
|
| 53 |
return a % b
|
| 54 |
|
| 55 |
def return_agent(question):
|
| 56 |
+
return agent = CodeAgent(
|
| 57 |
tools=[
|
| 58 |
multiply,
|
| 59 |
add,
|