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