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