fix: wrong error message and swallowed JSONDecodeError in tool.py #53838
check_diffs.yml
on: pull_request
Detect Changes & Set Matrix
11s
Matrix: ⚡ CodSpeed Benchmarks
Matrix: Compile Integration Tests
Matrix: Extended Tests
Matrix: lint
Matrix: test-pydantic
Matrix: test
✅ CI Success
2s
Annotations
11 errors
|
lint (libs/core, 3.12) / Python 3.12
Process completed with exit code 2.
|
|
ruff (E501):
libs/core/langchain_core/messages/tool.py#L186
langchain_core/messages/tool.py:186:89: E501 Line too long (90 > 88)
|
|
lint (libs/core, 3.10) / Python 3.10
Process completed with exit code 2.
|
|
ruff (E501):
libs/core/langchain_core/messages/tool.py#L186
langchain_core/messages/tool.py:186:89: E501 Line too long (90 > 88)
|
|
lint (libs/core, 3.11) / Python 3.11
Process completed with exit code 2.
|
|
ruff (E501):
libs/core/langchain_core/messages/tool.py#L186
langchain_core/messages/tool.py:186:89: E501 Line too long (90 > 88)
|
|
lint (libs/core, 3.14) / Python 3.14
Process completed with exit code 2.
|
|
ruff (E501):
libs/core/langchain_core/messages/tool.py#L186
langchain_core/messages/tool.py:186:89: E501 Line too long (90 > 88)
|
|
lint (libs/core, 3.13) / Python 3.13
Process completed with exit code 2.
|
|
ruff (E501):
libs/core/langchain_core/messages/tool.py#L186
langchain_core/messages/tool.py:186:89: E501 Line too long (90 > 88)
|
|
✅ CI Success
Process completed with exit code 1.
|