9 matches across 1 files for error lang:Python lang:Python path:libs/core/langchain_core/callbacks/streaming_stdout.py
snippet_mode: grep · sorted by relevance
libs/core/langchain_core/callbacks/streaming_stdout.py PYTHON 9 matches · showing 5 view file →
68 """
69
70 def on_llm_error(self, error: BaseException, **kwargs: Any) -> None:
71 """Run when LLM errors.
72
· · ·
71 """Run when LLM errors.
72
73 Args:
· · ·
74 error: The error that occurred.
75 **kwargs: Additional keyword arguments.
76 """
· · ·
95 """
96
97 def on_chain_error(self, error: BaseException, **kwargs: Any) -> None:
98 """Run when chain errors.
99
· · ·
98 """Run when chain errors.
99
100 Args:
+ 4 more matches in this file
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.