[X] I added a very descriptive title to this issue.
[X] I included a link to the documentation page I am referring to (if applicable).
Issue with current documentation:
In the api docs as well as the langchain official documentation, there is mention of nine types of agent types. But in creating, the sql agent using your create_sql_agent class & passing CHAT_ZERO_SHOT_REACT_DESCRIPTION as the agent type. It was showing valur error, only four agent types are supported openai tools openai functions, ZERO_SHOT_REACT_DESCRIPTION etc. Please update the documentation as needed, there is a lot of confusion regarding this.
URL
https://python.langchain.com/api_reference/langchain/agents/langchain.agents.agent_types.AgentType.html
Checklist
Issue with current documentation:
In the api docs as well as the langchain official documentation, there is mention of nine types of agent types. But in creating, the sql agent using your create_sql_agent class & passing CHAT_ZERO_SHOT_REACT_DESCRIPTION as the agent type. It was showing valur error, only four agent types are supported openai tools openai functions, ZERO_SHOT_REACT_DESCRIPTION etc. Please update the documentation as needed, there is a lot of confusion regarding this.
Idea or request for content:
Changes needed to be made in these documents:
https://python.langchain.com/api_reference/_modules/langchain/agents/agent_types.html#AgentType
https://python.langchain.com/api_reference/langchain/agents/langchain.agents.agent_types.AgentType.html#langchain.agents.agent_types.AgentType.ZERO_SHOT_REACT_DESCRIPTION