3 matches across 1 files for TODO path:libs/core/langchain_core/prompts/chat.py path:libs/core/langchain_core/prompts/chat.py
snippet_mode: grep · sorted by relevance
libs/core/langchain_core/prompts/chat.py PYTHON 3 matches view file →
346 Human-readable representation.
347 """
348 # TODO: Handle partials
349 title = self.__class__.__name__.replace("MessagePromptTemplate", " Message")
350 title = get_msg_title_repr(title, bold=html)
· · ·
654 Human-readable representation.
655 """
656 # TODO: Handle partials
657 title = self.__class__.__name__.replace("MessagePromptTemplate", " Message")
658 title = get_msg_title_repr(title, bold=html)
· · ·
1331 Human-readable representation.
1332 """
1333 # TODO: handle partials
1334 return "\n\n".join(msg.pretty_repr(html=html) for msg in self.messages)
1335
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.