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

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -1,5 +1,5 @@
1
  import math
2
- from typing import Optional, Tuple
3
  from smolagents import tool
4
 
5
 
 
1
  import math
2
+ from typing import Optional, Tuple, Literal,
3
  from smolagents import tool
4
 
5