Modify docs (#2539)

# description
Modified doc according to recently added `AgentType`.
doc
akmhmgc 1 year ago committed by GitHub
parent a31c9511e8
commit 481de8df7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,6 +38,7 @@
"source": [
"from langchain.agents import load_tools\n",
"from langchain.agents import initialize_agent\n",
"from langchain.agents import AgentType\n",
"from langchain.llms import OpenAI"
]
},

Loading…
Cancel
Save