MCPcopy Create free account
hub / github.com/FareedKhan-dev/ai-long-task / __post_init__

Method __post_init__

config.py:113–115  ·  view source on GitHub ↗

Post-initialization to resolve ${VAR} env var references in api_key.

(self)

Source from the content-addressed store, hash-verified

111 reasoning_effort: Optional[str] = None
112
113 def __post_init__(self):
114 """Post-initialization to resolve ${VAR} env var references in api_key."""
115 self.api_key = _resolve_env_var(self.api_key)
116
117
118@dataclass

Callers

nothing calls this directly

Calls 1

_resolve_env_varFunction · 0.85

Tested by

no test coverage detected