langchain/docs/extras/modules/agents
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.
2023-09-27 11:00:29 -07:00
..
agent_types update agent docs (#10894) 2023-09-21 09:09:33 -07:00
how_to Fix intermediate steps example in docs : replaced json.dumps with Langchain's dumps() (#10593) 2023-09-27 11:00:29 -07:00
tools Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00