langchain/docs/extras/modules/agents/how_to
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
..
add_memory_openai_functions.ipynb Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
agent_iter.ipynb Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
agent_structured.ipynb Harrison/agents structured (#10911) 2023-09-22 10:21:23 -07:00
agent_vectorstore.ipynb Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
async_agent.ipynb docs: agents & callbacks fixes (#10066) 2023-09-01 13:28:55 -07:00
chatgpt_clone.ipynb Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
custom_agent_with_tool_retrieval.ipynb Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
custom_agent.ipynb Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
custom_mrkl_agent.ipynb Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
custom_multi_action_agent.ipynb Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
custom-functions-with-openai-functions-agent.ipynb docs: agents & callbacks fixes (#10066) 2023-09-01 13:28:55 -07:00
handle_parsing_errors.ipynb Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
intermediate_steps.ipynb Fix intermediate steps example in docs : replaced json.dumps with Langchain's dumps() (#10593) 2023-09-27 11:00:29 -07:00
max_iterations.ipynb docs: agents & callbacks fixes (#10066) 2023-09-01 13:28:55 -07:00
max_time_limit.ipynb docs: agents & callbacks fixes (#10066) 2023-09-01 13:28:55 -07:00
sharedmemory_for_tools.ipynb Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
streaming_stdout_final_only.ipynb docs: agents & callbacks fixes (#10066) 2023-09-01 13:28:55 -07:00
use_toolkits_with_openai_functions.ipynb Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00