You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs
Jeremy Naccache c59a5bae48
Fix intermediate steps example in docs : replaced json.dumps with Langchain's dumps() (#10593)
The intermediate steps example in docs has an example on how to retrieve
and display the intermediate steps.
But the intermediate steps object is of type AgentAction which cannot be
passed to json.dumps (it raises an error).
I replaced it with Langchain's dumps function (from langchain.load.dump
import dumps) which is the preferred way to do so.
12 months ago
..
_scripts llm feat table revision (#10947) 1 year ago
api_reference add model feat table (#10921) 1 year ago
docs_skeleton 📖 docs: fixed `integrations/document loaders` toc (#9281) 12 months ago
extras Fix intermediate steps example in docs : replaced json.dumps with Langchain's dumps() (#10593) 12 months ago
snippets JSONLoader Documentation Fix (#10505) 1 year ago
.local_build.sh Update local script for docs build (#8377) 1 year ago
vercel_requirements.txt Add api cross ref linking (#8275) 1 year ago