Update agent.py
Browse files
agent.py
CHANGED
@@ -107,7 +107,7 @@ class GeminiModel:
|
|
107 |
# --------------------------------------------------------------------------- #
|
108 |
# Custom tool: fetch GAIA attachments
|
109 |
# --------------------------------------------------------------------------- #
|
110 |
-
@tool
|
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:
|