mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 16:13:25 +00:00
docs: fix typo in text (#21393)
**Description:** The previous text had an unclosed parenthesis, this fix adds the closing parenthesis
This commit is contained in:
parent
5b00885b49
commit
0715545378
@ -44,7 +44,7 @@
|
||||
"Agents have a lot of related functionality! Check out comprehensive guides including:\n",
|
||||
"\n",
|
||||
"- [Building a custom agent](/docs/modules/agents/how_to/custom_agent)\n",
|
||||
"- [Streaming (of both intermediate steps and tokens](/docs/modules/agents/how_to/streaming)\n",
|
||||
"- [Streaming (of both intermediate steps and tokens)](/docs/modules/agents/how_to/streaming)\n",
|
||||
"- [Building an agent that returns structured output](/docs/modules/agents/how_to/agent_structured)\n",
|
||||
"- Lots functionality around using AgentExecutor, including: [using it as an iterator](/docs/modules/agents/how_to/agent_iter), [handle parsing errors](/docs/modules/agents/how_to/handle_parsing_errors), [returning intermediate steps](/docs/modules/agents/how_to/intermediate_steps), [capping the max number of iterations](/docs/modules/agents/how_to/max_iterations), and [timeouts for agents](/docs/modules/agents/how_to/max_time_limit)"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user