docs: fix typo in text (#21393)

**Description:** The previous text had an unclosed parenthesis, this fix
adds the closing parenthesis
pull/21429/head^2
Kevin Zhang 2 weeks ago committed by GitHub
parent 5b00885b49
commit 0715545378
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save