Replace old evaluation/ with evaluation_long_short/ and add evaluation_buy_sell/

This commit is contained in:
Zichen Liu 2025-11-10 11:47:20 -06:00
parent 55e0287ace
commit 1c6d31f51f
7 changed files with 3 additions and 2 deletions

View File

@ -42,7 +42,8 @@ DEFAULT_CONFIG = {
},
# Tool-level configuration (takes precedence over category-level)
"tool_vendors": {
# Example: "get_stock_data": "alpha_vantage", # Override category default
# Example: "get_news": "openai", # Override category default
# "get_stock_data": "alpha_vantage", # Override category default
"get_news": "alpha_vantage",
"get_global_news" :"openai" # Override category default
},
}