minor fix

This commit is contained in:
luohy15
2025-09-30 13:27:48 +08:00
parent b01051b9f4
commit d23fb539e9

View File

@@ -43,7 +43,7 @@ def _make_api_request(function_name: str, params: dict) -> dict | str:
api_params.update({ api_params.update({
"function": function_name, "function": function_name,
"apikey": get_api_key(), "apikey": get_api_key(),
"source": "tradingagents", "source": "trading_agents",
}) })
# Handle entitlement parameter if present in params or global variable # Handle entitlement parameter if present in params or global variable