real-jiakai commited on
Commit
b9a4880
·
verified ·
1 Parent(s): 0527a8f

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -107,7 +107,7 @@ class GeminiModel:
107
  # --------------------------------------------------------------------------- #
108
  # Custom tool: fetch GAIA attachments
109
  # --------------------------------------------------------------------------- #
110
- @tool(name="gaia_file_reader", description="Download attachment referenced as <file:id>")
111
  def gaia_file_reader(file_id: str) -> str:
112
  """
113
  Returns:
 
107
  # --------------------------------------------------------------------------- #
108
  # Custom tool: fetch GAIA attachments
109
  # --------------------------------------------------------------------------- #
110
+ @tool
111
  def gaia_file_reader(file_id: str) -> str:
112
  """
113
  Returns: