You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests/unit_tests/tools
Jason B. Koh d642609a23
Fix: Recognize `List` at `from_function` (#7178)
- Description: pydantic's `ModelField.type_` only exposes the native
data type but not complex type hints like `List`. Thus, generating a
Tool with `from_function` through function signature produces incorrect
argument schemas (e.g., `str` instead of `List[str]`)
  - Issue: N/A
  - Dependencies: N/A
  - Tag maintainer: @hinthornw
  - Twitter handle: `mapped`

All the unittest (with an additional one in this PR) passed, though I
didn't try integration tests...
1 year ago
..
file_management Add Other File Utilities (#3209) 1 year ago
openapi Add Request body (#2507) 1 year ago
powerbi power bi api wrapper integration tests & bug fix (#4983) 1 year ago
python Improved query, print & exception handling in REPL Tool (#4997) 1 year ago
requests tools refactor (#2961) 1 year ago
shell Accept str or list[str] for shell (#4060) 1 year ago
__init__.py Add a SQL agent for interacting with SQL Databases and JSON Agent for interacting with large JSON blobs (#1150) 2 years ago
test_base.py Fix: Recognize `List` at `from_function` (#7178) 1 year ago
test_exported.py Fix class promotion (#6187) 1 year ago
test_json.py Add a SQL agent for interacting with SQL Databases and JSON Agent for interacting with large JSON blobs (#1150) 2 years ago
test_public_api.py Fixed Office365 tool __init__.py files, tests, and get_tools() function (#7046) 1 year ago
test_signatures.py Fixed Office365 tool __init__.py files, tests, and get_tools() function (#7046) 1 year ago
test_zapier.py add async to zapier nla tools (#6791) 1 year ago