Files
langchain-python/langchain/tools
Matthew Plachter 933dfac583 Add Zapier NLA OAuth access_token to be used (#2726)
This change allows the user to initialize the ZapierNLAWrapper with a
valid Zapier NLA OAuth Access_Token, which would be used to make
requests back to the Zapier NLA API.

When a `zapier_nla_oauth_access_token` is passed to the ZapierNLAWrapper
it is no longer required for the `ZAPIER_NLA_API_KEY ` environment
variable to be set, still having it set will not affect the behavior as
the `zapier_nla_oauth_access_token` will be used over the
`ZAPIER_NLA_API_KEY`
2023-04-11 21:32:54 -07:00
..
2023-03-22 20:30:45 -07:00
2023-04-03 21:57:19 -07:00
2023-03-18 19:55:26 -07:00
2023-04-06 09:47:37 -07:00
2023-02-22 22:29:43 -08:00
2023-03-27 23:31:53 -07:00