docs(core): clarify supported formats for multimodal inputs in ModelProfile#35628
docs(core): clarify supported formats for multimodal inputs in ModelProfile#35628ling (qinqining) wants to merge 7 commits intolangchain-ai:masterfrom
Conversation
…rofile Resolves TODOs in model_profile.py by explicitly documenting that image, pdf, audio, and video inputs typically accept base64-encoded strings or raw bytes. This improves developer experience for multimodal agent integrations.
Merging this PR will not alter performance
|
|
This PR is missing a linked issue. All external contributions must reference an approved issue or discussion. Please add one of the following to your PR description:
If no issue exists yet, open one and wait for maintainer approval before proceeding. |
Description:
This PR resolves several
# TODOcomments inlibs/core/langchain_core/language_models/model_profile.pyregarding multimodal input formats.It explicitly documents that
image,pdf,audio, andvideoinputs typically acceptbase64-encoded strings or rawbytes. This minor documentation update helps clarify the expected input types for developers working with multimodal agents.Issue: N/A (Minor documentation cleanup)