diff --git a/cli/utils.py b/cli/utils.py index df75c775..95494a5a 100644 --- a/cli/utils.py +++ b/cli/utils.py @@ -375,7 +375,7 @@ def perform_copilot_oauth() -> bool: Returns True if a valid token with Copilot access is available, False otherwise. """ - from tradingagents.llm_clients.copilot_client import check_copilot_auth, _get_github_token + from tradingagents.llm_clients.copilot_client import check_copilot_auth, get_github_token token = _get_github_token() if token: