mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 02:53:16 +00:00
chore: housekeeping (#35850)
This commit is contained in:
1
.github/scripts/check_diff.py
vendored
1
.github/scripts/check_diff.py
vendored
@@ -44,7 +44,6 @@ IGNORE_CORE_DEPENDENTS = False
|
||||
IGNORED_PARTNERS = [
|
||||
# remove huggingface from dependents because of CI instability
|
||||
# specifically in huggingface jobs
|
||||
# https://github.com/langchain-ai/langchain/issues/25558
|
||||
"huggingface",
|
||||
]
|
||||
|
||||
|
||||
@@ -199,8 +199,6 @@ def _convert_pydantic_to_openai_function(
|
||||
" 1. Converting them to Pydantic models with JSON-compatible fields\n"
|
||||
" 2. Using primitive types (str, int, float, bool, list, dict) instead\n"
|
||||
" 3. Passing the data as serialized JSON strings\n\n"
|
||||
"For more information, see: "
|
||||
"https://python.langchain.com/docs/how_to/custom_tools/"
|
||||
)
|
||||
raise PydanticInvalidForJsonSchema(msg) from e
|
||||
return _convert_json_schema_to_openai_function(
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
# LangChain Tests
|
||||
|
||||
[This guide has moved to the docs](https://python.langchain.com/docs/contributing/testing)
|
||||
Reference in New Issue
Block a user