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

@@ -219,7 +219,7 @@ def test__convert_dict_to_message_tool_call() -> None:
InvalidToolCall(
name="GenerateUsername",
args="oops",
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 ", # noqa: E501
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://docs.langchain.com/oss/python/langchain/errors/OUTPUT_PARSING_FAILURE ", # noqa: E501
id="ssAbar4Dr",
type="invalid_tool_call",
),