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/libs/community/tests/unit_tests
ccurme f2782f4c86
community: add args_schema to GmailSendMessage (#14973)
- **Description:** `tools.gmail.send_message` implements a
`SendMessageSchema` that is not used anywhere. `GmailSendMessage` also
does not have an `args_schema` attribute (this led to issues when
invoking the tool with an OpenAI functions agent, at least for me). Here
we add the missing attribute and a minimal test for the tool.
  - **Issue:** N/A
  - **Dependencies:** N/A
  - **Twitter handle:** N/A

---------

Co-authored-by: Chester Curme <chestercurme@microsoft.com>
9 months ago
..
agent_toolkits community[patch]: Fix agenttoolkits imports (#14559) 9 months ago
callbacks [Tracing] String Stacktrace (#14131) 9 months ago
chat_loaders community[patch]: Enhance iMessage chat loader with timestamp parsing and message ownership (#14804) 9 months ago
chat_message_histories community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
chat_models community[minor]: add hf chat wrapper (#14736) 9 months ago
docstore community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
document_loaders community[minor]: Azure DocumentIntelligenceLoader/Parser support update with latest SDK (#14389) 9 months ago
document_transformers community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
embeddings community[patch]: update Gradient embeddings (#14846) 9 months ago
examples community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
graphs community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
llms community: add OCI Endpoint (#14250) 9 months ago
retrievers community[minor]: Qdrant sparse vector retriever (#14814) 9 months ago
storage community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
tools community: add args_schema to GmailSendMessage (#14973) 9 months ago
utilities community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
utils community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
vectorstores community[minor]: Add SurrealDB vectorstore (#13331) 9 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
conftest.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_dependencies.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_imports.py infra: Fix test filesystem paths incompatible with windows (#14388) 9 months ago
test_sqlalchemy.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago