diff --git a/libs/core/langchain_core/exceptions.py b/libs/core/langchain_core/exceptions.py index 38158f37bac..71ddaab5b68 100644 --- a/libs/core/langchain_core/exceptions.py +++ b/libs/core/langchain_core/exceptions.py @@ -70,5 +70,5 @@ def create_message(*, message: str, error_code: ErrorCode) -> str: return ( f"{message}\n" "For troubleshooting, visit: https://python.langchain.com/docs/" - f"troubleshooting/errors/{error_code.value}" + f"troubleshooting/errors/{error_code.value} " )