:mod:`langchain.agents.agent_types`.AgentType ==================================================== .. currentmodule:: langchain.agents.agent_types .. autoclass:: AgentType .. rubric:: Methods .. autosummary:: ~AgentType.__init__ ~AgentType.capitalize ~AgentType.casefold ~AgentType.center ~AgentType.count ~AgentType.encode ~AgentType.endswith ~AgentType.expandtabs ~AgentType.find ~AgentType.format ~AgentType.format_map ~AgentType.index ~AgentType.isalnum ~AgentType.isalpha ~AgentType.isascii ~AgentType.isdecimal ~AgentType.isdigit ~AgentType.isidentifier ~AgentType.islower ~AgentType.isnumeric ~AgentType.isprintable ~AgentType.isspace ~AgentType.istitle ~AgentType.isupper ~AgentType.join ~AgentType.ljust ~AgentType.lower ~AgentType.lstrip ~AgentType.maketrans ~AgentType.partition ~AgentType.removeprefix ~AgentType.removesuffix ~AgentType.replace ~AgentType.rfind ~AgentType.rindex ~AgentType.rjust ~AgentType.rpartition ~AgentType.rsplit ~AgentType.rstrip ~AgentType.split ~AgentType.splitlines ~AgentType.startswith ~AgentType.strip ~AgentType.swapcase ~AgentType.title ~AgentType.translate ~AgentType.upper ~AgentType.zfill .. rubric:: Attributes .. autosummary:: ~AgentType.ZERO_SHOT_REACT_DESCRIPTION ~AgentType.REACT_DOCSTORE ~AgentType.SELF_ASK_WITH_SEARCH ~AgentType.CONVERSATIONAL_REACT_DESCRIPTION ~AgentType.CHAT_ZERO_SHOT_REACT_DESCRIPTION ~AgentType.CHAT_CONVERSATIONAL_REACT_DESCRIPTION ~AgentType.STRUCTURED_CHAT_ZERO_SHOT_REACT_DESCRIPTION ~AgentType.OPENAI_FUNCTIONS ~AgentType.OPENAI_MULTI_FUNCTIONS .. example_links:: AgentType