We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b54a5 commit f2b4698Copy full SHA for f2b4698
libs/langchain/langchain/agents/agent_types.py
@@ -15,7 +15,7 @@
15
class AgentType(str, Enum):
16
"""An enum for agent types.
17
18
- See documentation: https://python.langchain.com/docs/modules/agents/agent_types/
+ See documentation: https://python.langchain.com/api_reference/langchain/agents/langchain.agents.agent_types.AgentType.html
19
"""
20
21
ZERO_SHOT_REACT_DESCRIPTION = "zero-shot-react-description"
0 commit comments