langchain/docs/extras
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
..
_templates Corrected some spelling mistakes and grammatical errors (#10791) 2023-09-19 10:08:59 -07:00
additional_resources Konko fix dependency 2023-09-08 10:06:37 -07:00
expression_language fix-lcel-notebooks (#11111) 2023-09-27 06:36:11 -07:00
guides Fixing some spelling mistakes (#10881) 2023-09-27 10:56:51 -07:00
integrations Fixing some spelling mistakes (#10881) 2023-09-27 10:56:51 -07:00
modules Fix intermediate steps example in docs : replaced json.dumps with Langchain's dumps() (#10593) 2023-09-27 11:00:29 -07:00
use_cases Filtering graph schema for Cypher generation (#10577) 2023-09-25 14:14:15 -07:00