fix: links (#33691)

* X-ref to new docs
* Formatting updates
This commit is contained in:
Mason Daugherty
2025-10-27 19:04:29 -04:00
committed by GitHub
parent 60a0ff8217
commit f94108b4bc
23 changed files with 103 additions and 49 deletions

View File

@@ -257,8 +257,8 @@ def test__convert_dict_to_message_tool_call() -> None:
error=(
"Function GenerateUsername arguments:\n\noops\n\nare not "
"valid JSON. Received JSONDecodeError Expecting value: line 1 "
"column 1 (char 0)\nFor troubleshooting, visit: https://python"
".langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE "
"column 1 (char 0)\nFor troubleshooting, visit: https://docs"
".langchain.com/oss/python/langchain/errors/OUTPUT_PARSING_FAILURE "
),
type="invalid_tool_call",
)