langchain/libs/partners/openai/langchain_openai
ccurme 10a9c24dae
openai: fix streaming reasoning without summaries (#30999)
Following https://github.com/langchain-ai/langchain/pull/30909: need to
retain "empty" reasoning output when streaming, e.g.,
```python
{'id': 'rs_...', 'summary': [], 'type': 'reasoning'}
```
Tested by existing integration tests, which are currently failing.
2025-04-24 16:01:45 +00:00
..
chat_models openai: fix streaming reasoning without summaries (#30999) 2025-04-24 16:01:45 +00:00
embeddings partners/openai: OpenAIEmbeddings not respecting chunk_size argument (#30757) 2025-04-18 15:27:27 -04:00
llms partners[lint]: run pyupgrade to get code in line with 3.9 standards (#30781) 2025-04-11 07:18:44 -04:00
output_parsers
__init__.py
py.typed