langchain/libs/community/langchain_community
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
..
adapters community[patch]: Add safe lookup to OpenAI response adapter (#14765) 2023-12-20 01:17:23 -05:00
agent_toolkits docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
callbacks docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05: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 community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
chat_models community[minor]: add hf chat wrapper (#14736) 2023-12-21 12:28:30 -05:00
docstore community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
document_loaders corrected outdated link (#15053) 2023-12-22 12:39:38 -08:00
document_transformers docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
embeddings fix: correct spelling mistakes of "seperate, intialise, pre-defined" (#14647) 2023-12-22 11:49:35 -08:00
graphs community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
llms community: refactor Baseten integration with new API endpoints & docs (#15017) 2023-12-22 12:46:24 -08:00
retrievers community[minor]: Qdrant sparse vector retriever (#14814) 2023-12-20 02:22:19 -05:00
storage community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
tools community: add args_schema to GmailSendMessage (#14973) 2023-12-22 13:07:44 -08:00
utilities community[patch]: Update arxiv.py with Entry ID as a return value (#14915) 2023-12-20 00:30:24 -05:00
utils docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
vectorstores fix: correct spelling mistakes of "seperate, intialise, pre-defined" (#14647) 2023-12-22 11:49:35 -08:00
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
cache.py community[patch]: Fixed issue with importing Row from sqlalchemy (#14488) 2023-12-13 14:36:08 -08:00
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00