langchain/libs/core/tests/unit_tests
Mason Daugherty fbd5a238d8
fix(core): revert "fix: tool call streaming bug with inconsistent indices from Qwen3" (#32307)
Reverts langchain-ai/langchain#32160

Original issue stems from using `ChatOpenAI` to interact with a `qwen`
model. Recommended to use
[langchain-qwq](https://python.langchain.com/docs/integrations/chat/qwq/)
which is built for Qwen
2025-07-29 10:26:38 -04:00
..
_api
caches
callbacks
chat_history
data
dependencies
document_loaders core: use run tree post/patch (#31500) 2025-06-05 14:05:57 -07:00
documents
embeddings feat(core): add ruff rules D to tests except D1 (#32000) 2025-07-14 10:42:03 -04:00
example_selectors core: Add ruff rules RUF (#29353) 2025-05-15 15:43:57 -04:00
examples
fake fix(core): implement sleep delay in FakeMessagesListChatModel _generate (#32014) 2025-07-18 15:54:28 -04:00
indexing fix(core): track within-batch deduplication in indexing num_skipped count (#32273) 2025-07-28 09:58:51 -04:00
language_models fix: lint 2025-07-28 18:49:43 -04:00
load feat(core): add an option to make deserialization more permissive (#32054) 2025-07-15 17:00:01 -04:00
messages fix: LLM mimicking Unicode responses due to forced Unicode conversion of non-ASCII characters. (#32222) 2025-07-24 17:01:31 -04:00
output_parsers fix(core): fix parse_resultin case of self.first_tool_only with multiple keys matching for JsonOutputKeyToolsParser (#32106) 2025-07-21 12:50:22 -04:00
outputs
prompts fix(core): better error message for empty var names (#32073) 2025-07-18 17:00:02 -04:00
rate_limiters
runnables feat(core): add ruff rules D to tests except D1 (#32000) 2025-07-14 10:42:03 -04:00
stores fix: remove unused type ignore from three_values fixture in TestAsyncInMemoryStore (#31895) 2025-07-07 13:22:53 -04:00
tracers core: Use parametrized test in test_correct_get_tracer_project (#31513) 2025-06-23 18:55:57 -04:00
utils feat(core): add sanitize_for_postgres utility to fix PostgreSQL NUL byte DataError (#32157) 2025-07-21 20:33:20 -04:00
vectorstores feat(core): add ruff rules D to tests except D1 (#32000) 2025-07-14 10:42:03 -04:00
__init__.py
conftest.py fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
prompt_file.txt
pydantic_utils.py
stubs.py core: Bump ruff version to 0.12 (#31846) 2025-07-07 10:02:51 -04:00
test_globals.py core: Add ruff rules A (builtins shadowing) (#29312) 2025-05-16 15:19:37 -04:00
test_imports.py
test_messages.py fix(core): revert "fix: tool call streaming bug with inconsistent indices from Qwen3" (#32307) 2025-07-29 10:26:38 -04:00
test_outputs.py
test_prompt_values.py
test_pydantic_imports.py
test_pydantic_serde.py feat(core): add ruff rules D to tests except D1 (#32000) 2025-07-14 10:42:03 -04:00
test_retrievers.py
test_setup.py
test_sys_info.py
test_tools.py chore(core): add test for nested pydantic fields in schemas (#32285) 2025-07-28 17:27:24 +00:00