Alexandre Gazola commited on
Commit
5f63a4c
·
1 Parent(s): 1c14abd
Files changed (1) hide show
  1. chess_image_to_fen_tool.py +1 -1
chess_image_to_fen_tool.py CHANGED
@@ -1,7 +1,7 @@
1
  from langchain_core.tools import tool
2
  from image_to_text_tool import image_to_text
3
  from utils import get_base64
4
- from typing import Literal
5
  from utils import get_base64
6
 
7
  @tool
 
1
  from langchain_core.tools import tool
2
  from image_to_text_tool import image_to_text
3
  from utils import get_base64
4
+ from typing import Literal, Dict
5
  from utils import get_base64
6
 
7
  @tool