v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-community/tools/gmail
GmailGetThread
Class GmailGetThread
Hierarchy
GmailBaseTool
GmailGetThread
Index
Constructors
constructor
Properties
description
name
schema
gmail
Constructors
constructor
new
Gmail
Get
Thread
(
fields
?
)
:
GmailGetThread
Parameters
Optional
fields
:
GmailBaseToolParams
Returns
GmailGetThread
Properties
description
description
:
string
= GET_THREAD_DESCRIPTION
name
name
:
string
= "gmail_get_thread"
schema
schema
:
ZodObject
<
{
threadId
:
ZodString
;
}
,
"strip"
,
ZodTypeAny
,
{
threadId
:
string
;
}
,
{
threadId
:
string
;
}
>
= ...
Protected
gmail
gmail
:
Gmail
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
description
name
schema
gmail
LangChain.js - v0.2.10
Loading...