langchain[patch], experimental[patch], docs: update tools imports (#15433)

This commit is contained in:
Bagatur
2024-01-02 18:23:34 -05:00
committed by GitHub
parent e57e50b213
commit 1678d6ca17
86 changed files with 369 additions and 315 deletions

View File

@@ -88,7 +88,7 @@ runnable = RemoteRunnable("http://localhost:8000/openai-functions-agent-gmail")
## Customize Auth
```
from langchain.tools.gmail.utils import build_resource_service, get_gmail_credentials
from langchain_community.tools.gmail.utils import build_resource_service, get_gmail_credentials
# Can review scopes here https://developers.google.com/gmail/api/auth/scopes
# For instance, readonly scope is 'https://www.googleapis.com/auth/gmail.readonly'