Commit
·
139cc06
1
Parent(s):
fa2cb8a
Fixed typo
Browse files- .DS_Store +0 -0
- src/.DS_Store +0 -0
- src/tools_loader.py +1 -1
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
src/.DS_Store
CHANGED
|
Binary files a/src/.DS_Store and b/src/.DS_Store differ
|
|
|
src/tools_loader.py
CHANGED
|
@@ -13,4 +13,4 @@ def get_tools():
|
|
| 13 |
shap_tool = ShapVisionTool(metadata={"GEMINI_API_KEY": gemini_key}) # Initialize SHAP vision tool with Gemini API key
|
| 14 |
|
| 15 |
# Return all tools in a dictionary
|
| 16 |
-
return {"
|
|
|
|
| 13 |
shap_tool = ShapVisionTool(metadata={"GEMINI_API_KEY": gemini_key}) # Initialize SHAP vision tool with Gemini API key
|
| 14 |
|
| 15 |
# Return all tools in a dictionary
|
| 16 |
+
return {"shap_tool": shap_tool}
|