langchain/libs/standard-tests/langchain_tests
ccurme faef3e5d50
core, standard-tests: support PDF and audio input in Chat Completions format (#30979)
Chat models currently implement support for:
- images in OpenAI Chat Completions format
- other multimodal types (e.g., PDF and audio) in a cross-provider
[standard
format](https://python.langchain.com/docs/how_to/multimodal_inputs/)

Here we update core to extend support to PDF and audio input in Chat
Completions format. **If an OAI-format PDF or audio content block is
passed into any chat model, it will be transformed to the LangChain
standard format**. We assume that any chat model supporting OAI-format
PDF or audio has implemented support for the standard format.
2025-04-23 18:32:51 +00:00
..
integration_tests core, standard-tests: support PDF and audio input in Chat Completions format (#30979) 2025-04-23 18:32:51 +00:00
unit_tests standard-tests, openai[patch]: add support standard audio inputs (#30904) 2025-04-17 10:30:57 -04:00
utils standard-tests: private members and tools unit troubleshoot (#28590) 2024-12-06 13:52:58 -08:00
__init__.py tests[patch]: nits (#28601) 2024-12-07 00:13:04 +00:00
base.py langchain-tests: allow subclasses to add addition, non-standard tests (#30204) 2025-03-17 23:37:16 +00:00
py.typed