From fb23418803e463a356778a172e2e8eadce70f1dd Mon Sep 17 00:00:00 2001 From: aivong-openhands Date: Wed, 18 Mar 2026 11:03:56 -0500 Subject: [PATCH] clarify docstring for provider token reference (#13386) Co-authored-by: openhands --- openhands/integrations/provider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhands/integrations/provider.py b/openhands/integrations/provider.py index aa210eae18..ddec99d033 100644 --- a/openhands/integrations/provider.py +++ b/openhands/integrations/provider.py @@ -471,7 +471,7 @@ class ProviderHandler: def check_cmd_action_for_provider_token_ref( cls, event: Action ) -> list[ProviderType]: - """Detect if agent run action is using a provider token (e.g $GITHUB_TOKEN) + """Detect if agent run action is using a provider token (e.g github_token) Returns a list of providers which are called by the agent """ if not isinstance(event, CmdRunAction):