langchain/libs/partners/deepseek/tests/integration_tests
ccurme 9477f49409
openai, deepseek: make _convert_chunk_to_generation_chunk an instance method (#29731)
1. Make `_convert_chunk_to_generation_chunk` an instance method on
BaseChatOpenAI
2. Override on ChatDeepSeek to add `"reasoning_content"` to message
additional_kwargs.

Resolves https://github.com/langchain-ai/langchain/issues/29513
2025-02-11 11:13:23 -08:00
..
__init__.py
test_chat_models.py openai, deepseek: make _convert_chunk_to_generation_chunk an instance method (#29731) 2025-02-11 11:13:23 -08:00
test_compile.py