iQuentin commited on
Commit
43062fb
·
verified ·
1 Parent(s): 10ff772

Add some typing imports

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -7,6 +7,7 @@ from smolagents import (
7
  HfApiModel,
8
  tool
9
  )
 
10
 
11
 
12
 
 
7
  HfApiModel,
8
  tool
9
  )
10
+ from typing import List, Dict, Any, Optional
11
 
12
 
13