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