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>
2023-12-22 13:07:44 -08:00
..
agent_toolkits community[patch]: Fix agenttoolkits imports (#14559) 2023-12-11 14:19:25 -08:00
callbacks [Tracing] String Stacktrace (#14131) 2023-12-14 22:15:07 -08:00
chat_loaders community[patch]: Enhance iMessage chat loader with timestamp parsing and message ownership (#14804) 2023-12-19 11:09:01 -05:00
chat_message_histories
chat_models community[minor]: add hf chat wrapper (#14736) 2023-12-21 12:28:30 -05:00
docstore
document_loaders community[minor]: Azure DocumentIntelligenceLoader/Parser support update with latest SDK (#14389) 2023-12-21 16:40:27 -08:00
document_transformers
embeddings community[patch]: update Gradient embeddings (#14846) 2023-12-19 11:46:33 -05:00
examples
graphs
indexes
llms community: add OCI Endpoint (#14250) 2023-12-20 11:52:20 -08:00
retrievers community[minor]: Qdrant sparse vector retriever (#14814) 2023-12-20 02:22:19 -05:00
storage
tools community: add args_schema to GmailSendMessage (#14973) 2023-12-22 13:07:44 -08:00
utilities
utils
vectorstores community[minor]: Add SurrealDB vectorstore (#13331) 2023-12-15 13:34:51 -08:00
__init__.py
conftest.py
test_dependencies.py
test_imports.py infra: Fix test filesystem paths incompatible with windows (#14388) 2023-12-21 13:45:42 -08:00
test_sqlalchemy.py