mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-05 11:55:58 +00:00
- **Description:** added support for chat_history for Google GenerativeAI (to actually use the `chat` API) plus since Gemini currently doesn't have a support for SystemMessage, added support for it only if a user provides additional `convert_system_message_to_human` flag during model initialization (in this case, SystemMessage would be prepanded to the first HumanMessage) - **Issue:** #14710 - **Dependencies:** any dependencies required for this change, - **Tag maintainer:** for a quicker response, tag the relevant maintainer (see below), - **Twitter handle:** lkuligin --------- Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide