4 matches across 1 files for TODO lang:Python path:libs/core/langchain_core/language_models/model_profile.py
snippet_mode: grep · sorted by relevance
libs/core/langchain_core/language_models/model_profile.py PYTHON 4 matches view file →
57 image_inputs: bool
58 """Whether image inputs are supported."""
59 # TODO: add more detail about formats?
60
61 image_url_inputs: bool
· · ·
66 """Whether [PDF inputs](https://docs.langchain.com/oss/python/langchain/models#multimodal)
67 are supported."""
68 # TODO: add more detail about formats? e.g. bytes or base64
69
70 audio_inputs: bool
· · ·
71 """Whether [audio inputs](https://docs.langchain.com/oss/python/langchain/models#multimodal)
72 are supported."""
73 # TODO: add more detail about formats? e.g. bytes or base64
74
75 video_inputs: bool
· · ·
76 """Whether [video inputs](https://docs.langchain.com/oss/python/langchain/models#multimodal)
77 are supported."""
78 # TODO: add more detail about formats? e.g. bytes or base64
79
80 image_tool_message: bool
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.