langchain/docs/modules/chat/examples
Jonathan Pedoeem 606605925d
Adding ability to return_pl_id to all PromptLayer Models in LangChain (#1699)
PromptLayer now has support for [several different tracking
features.](https://magniv.notion.site/Track-4deee1b1f7a34c1680d085f82567dab9)
In order to use any of these features you need to have a request id
associated with the request.

In this PR we add a boolean argument called `return_pl_id` which will
add `pl_request_id` to the `generation_info` dictionary associated with
a generation.

We also updated the relevant documentation.
2023-03-16 17:05:23 -07:00
..
agent.ipynb (rfc) chat models (#1424) 2023-03-06 08:34:24 -08:00
chat_vector_db.ipynb (rfc) chat models (#1424) 2023-03-06 08:34:24 -08:00
few_shot_examples.ipynb (rfc) chat models (#1424) 2023-03-06 08:34:24 -08:00
memory.ipynb Harrison/memory refactor (#1478) 2023-03-07 07:59:37 -08:00
promptlayer_chatopenai.ipynb Adding ability to return_pl_id to all PromptLayer Models in LangChain (#1699) 2023-03-16 17:05:23 -07:00
streaming.ipynb (rfc) chat models (#1424) 2023-03-06 08:34:24 -08:00
vector_db_qa_with_sources.ipynb Harrison/fix nb (#1678) 2023-03-14 19:34:23 -07:00
vector_db_qa.ipynb (rfc) chat models (#1424) 2023-03-06 08:34:24 -08:00