langchain/docs
Leonid Kuligin 2d0f1cae8c
added history and support for system_message as param (#14824)
- **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>
2023-12-18 18:23:14 -08:00
..
api_reference infra: cut down on integration steps (#14785) 2023-12-17 12:55:59 -08:00
docs added history and support for system_message as param (#14824) 2023-12-18 18:23:14 -08:00
scripts docs[patch], templates[patch]: Import from core (#14575) 2023-12-11 16:49:10 -08:00
src docs[patch]: fix zoom (#14786) 2023-12-15 17:46:12 -08:00
static docs: update langchain diagram (#14619) 2023-12-12 16:36:15 -08:00
.local_build.sh docs: developer docs (#14776) 2023-12-17 12:55:49 -08:00
babel.config.js Restructure docs (#11620) 2023-10-10 12:55:19 -07:00
code-block-loader.js Restructure docs (#11620) 2023-10-10 12:55:19 -07:00
docusaurus.config.js docs: fix api ref link (#14679) 2023-12-13 13:42:01 -08:00
package-lock.json docs[patch]: search experiment (#14254) 2023-12-04 16:58:26 -08:00
package.json docs[patch]: search experiment (#14254) 2023-12-04 16:58:26 -08:00
README.md docs: developer docs (#14776) 2023-12-17 12:55:49 -08:00
settings.ini Restructure docs (#11620) 2023-10-10 12:55:19 -07:00
sidebars.js docs: developer docs (#14776) 2023-12-17 12:55:49 -08:00
vercel_build.sh docs: developer docs (#14776) 2023-12-17 12:55:49 -08:00
vercel_requirements.txt infra: docs build install community editable (#14739) 2023-12-14 16:13:09 -08:00
vercel.json Docs tencent pages update (#14879) 2023-12-18 18:21:39 -08:00

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide