langchain/docs/extras/modules/agents/tools/integrations
Robert Lewis da462d9dd4
Zapier update oauth support (#6780)
Description: Update documentation to

1) point to updated documentation links at Zapier.com (we've revamped
our help docs and paths), and
2) To provide clarity how to use the wrapper with an access token for
OAuth support

Demo:

Initializing the Zapier Wrapper with an OAuth Access Token

`ZapierNLAWrapper(zapier_nla_oauth_access_token="<redacted>")`

Using LangChain to resolve the current weather in Vancouver BC
leveraging Zapier NLA to lookup weather by coords.

```
> Entering new  chain...
 I need to use a tool to get the current weather.
Action: The Weather: Get Current Weather
Action Input: Get the current weather for Vancouver BC
Observation: {"coord__lon": -123.1207, "coord__lat": 49.2827, "weather": [{"id": 802, "main": "Clouds", "description": "scattered clouds", "icon": "03d", "icon_url": "http://openweathermap.org/img/wn/03d@2x.png"}], "weather[]icon_url": ["http://openweathermap.org/img/wn/03d@2x.png"], "weather[]icon": ["03d"], "weather[]id": [802], "weather[]description": ["scattered clouds"], "weather[]main": ["Clouds"], "base": "stations", "main__temp": 71.69, "main__feels_like": 71.56, "main__temp_min": 67.64, "main__temp_max": 76.39, "main__pressure": 1015, "main__humidity": 64, "visibility": 10000, "wind__speed": 3, "wind__deg": 155, "wind__gust": 11.01, "clouds__all": 41, "dt": 1687806607, "sys__type": 2, "sys__id": 2011597, "sys__country": "CA", "sys__sunrise": 1687781297, "sys__sunset": 1687839730, "timezone": -25200, "id": 6173331, "name": "Vancouver", "cod": 200, "summary": "scattered clouds", "_zap_search_was_found_status": true}
Thought: I now know the current weather in Vancouver BC.
Final Answer: The current weather in Vancouver BC is scattered clouds with a temperature of 71.69 and wind speed of 3
```
2023-06-27 11:46:32 -07:00
..
_gradio_tools_files Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
apify.ipynb docs/fix links (#6498) 2023-06-20 14:06:50 -07:00
arxiv.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
awslambda.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
bash.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
bing_search.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
brave_search.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
chatgpt_plugins.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
ddg.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
filesystem.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
google_places.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
google_search.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
google_serper.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
gradio_tools.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
graphql.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
huggingface_tools.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
human_tools.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
ifttt.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
metaphor_search.ipynb Harrison/metaphor search fix (#6387) 2023-06-18 16:53:24 -07:00
openweathermap.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
pubmed.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
python.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
requests.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
sceneXplain.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
search_tools.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
searx_search.ipynb searx - docs 2023-06-18 16:45:42 -07:00
serpapi.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
twilio.ipynb Detailed using the Twilio tool to send messages with 3rd party apps incl. WhatsApp (#6562) 2023-06-21 19:26:50 -07:00
wikipedia.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
wolfram_alpha.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
youtube.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
zapier.ipynb Zapier update oauth support (#6780) 2023-06-27 11:46:32 -07:00