Update cli/utils.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
706e6bf3a9
commit
e0b7fed7f4
|
|
@ -375,7 +375,7 @@ def perform_copilot_oauth() -> bool:
|
||||||
|
|
||||||
Returns True if a valid token with Copilot access is available, False otherwise.
|
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()
|
token = _get_github_token()
|
||||||
if token:
|
if token:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue