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