Replies: 1 comment
-
@kasxi |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't seem to use the O365 Toolkit
Running the following gives me an import error, what am I missing?
from langchain.agents.agent_toolkits import O365Toolkit
toolkit = O365Toolkit()
tools = toolkit.get_tools()
tools
Gives me: ImportError: cannot import name 'O365Toolkit' from 'langchain.agents.agent_toolkits
Beta Was this translation helpful? Give feedback.
All reactions