SanteriVtj commited on
Commit
d024a11
·
verified ·
1 Parent(s): 4e41220

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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,