5 matches across 1 files for TODO path:libs/core/langchain_core/messages/content.py lang:Python
snippet_mode: grep · sorted by relevance
libs/core/langchain_core/messages/content.py PYTHON 5 matches view file →
274 call result in events when multiple concurrent tool calls are made.
275 """
276 # TODO: Consider making this NotRequired[str] in the future.
277
278 name: str
· · ·
308 """
309
310 # TODO: Consider making fields NotRequired[str] in the future.
311
312 type: Literal["tool_call_chunk"]
· · ·
319 call result in events when multiple concurrent tool calls are made.
320 """
321 # TODO: Consider making this NotRequired[str] in the future.
322
323 name: str | None
· · ·
341 """
342
343 # TODO: Consider making fields NotRequired[str] in the future.
344
345 type: Literal["invalid_tool_call"]
· · ·
352 call result in events when multiple concurrent tool calls are made.
353 """
354 # TODO: Consider making this NotRequired[str] in the future.
355
356 name: str | None
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.