mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-24 13:58:11 +00:00
### What does this PR do? Updates the docstring for `AgentType` in the `langchain.agents.agent_types` module to reflect the current URL for the documentation. ### Why is this needed? The existing URL (https://python.langchain.com/docs/modules/agents/agent_types/) returns "Page Moved" message. This fix improves developer experience by pointing to the correct API reference documentation. ### Reference New link: https://python.langchain.com/api_reference/langchain/agents/langchain.agents.agent_types.AgentType.html Co-authored-by: Harikrishna <harikrishna.gurram@walmart.com>