mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-16 01:37:59 +00:00
core: add space at end of error message link (#28270)
This commit is contained in:
parent
5bc2df3060
commit
b3ee1f8713
@ -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} "
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user