99 matches across 1 files for error path:libs/core/langchain_core/tools/base.py
snippet_mode: auto · sorted by relevance
libs/core/langchain_core/tools/base.py PYTHON 99 matches · showing 5 view file →
32 PydanticDeprecationWarning,
33 SkipValidation,
34 ValidationError,
35 validate_arguments,
36)
· · ·
37from pydantic.fields import FieldInfo
38from pydantic.v1 import BaseModel as BaseModelV1
39from pydantic.v1 import ValidationError as ValidationErrorV1
40from pydantic.v1 import validate_arguments as validate_arguments_v1
41from typing_extensions import Self, override
· · ·
88
89
90class SchemaAnnotationError(TypeError):
91 """Raised when `args_schema` is missing or has an incorrect type annotation."""
92
· · ·
129 annotations: dict[str, Any],
130 *,
131 error_on_invalid_docstring: bool = False,
132) -> tuple[str, dict[str, str]]:
133 """Parse function and argument descriptions from a docstring.
· · ·
138 function: The function to parse the docstring from.
139 annotations: Type annotations for the function parameters.
140 error_on_invalid_docstring: Whether to raise an error on invalid docstring.
141
142 Returns:
+ 94 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.