mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-10 14:28:38 +03:00
7 lines
253 B
Python
7 lines
253 B
Python
"""Shared recovery guidance for OAuth dependency failures."""
|
|
|
|
OAUTH_CLI_KIT_MISSING_MESSAGE = (
|
|
"This nanobot installation is missing the required oauth-cli-kit package. "
|
|
"Reinstall or upgrade nanobot-ai using the same installation method."
|
|
)
|