v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-community/tools/gmail
GmailBaseToolParams
Interface GmailBaseToolParams
interface
GmailBaseToolParams
{
credentials
?:
{
clientEmail
?:
string
;
keyfile
?:
string
;
privateKey
?:
string
;
subject
?:
string
;
}
;
scopes
?:
string
[]
;
}
Index
Properties
credentials?
scopes?
Properties
Optional
credentials
credentials
?:
{
clientEmail
?:
string
;
keyfile
?:
string
;
privateKey
?:
string
;
subject
?:
string
;
}
Optional
scopes
scopes
?:
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
credentials
scopes
LangChain.js - v0.2.10
Loading...