Doc: openai_functions_agent.mdx import (#10282)

Fix the import in docmention

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
pull/10332/head
Randy 1 year ago committed by GitHub
parent 13c5951e26
commit 1690013711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,10 +5,12 @@ pip install openai google-search-results
```
```python
from langchain import LLMMathChain, OpenAI, SerpAPIWrapper, SQLDatabase, SQLDatabaseChain
from langchain.agents import initialize_agent, Tool
from langchain.agents import AgentType
from langchain.agents import initialize_agent, AgentType, Tool
from langchain.chains import LLMMathChain
from langchain.chat_models import ChatOpenAI
from langchain.llms import OpenAI
from langchain.utilities import SerpAPIWrapper, SQLDatabase
from langchain_experimental.sql import SQLDatabaseChain
```

Loading…
Cancel
Save