v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-community/tools/gmail
GmailGetMessage
Class GmailGetMessage
Hierarchy
GmailBaseTool
GmailGetMessage
Index
Constructors
constructor
Properties
description
name
schema
gmail
Constructors
constructor
new
Gmail
Get
Message
(
fields
?
)
:
GmailGetMessage
Parameters
Optional
fields
:
GmailBaseToolParams
Returns
GmailGetMessage
Properties
description
description
:
string
= GET_MESSAGE_DESCRIPTION
name
name
:
string
= "gmail_get_message"
schema
schema
:
ZodObject
<
{
messageId
:
ZodString
;
}
,
"strip"
,
ZodTypeAny
,
{
messageId
:
string
;
}
,
{
messageId
:
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...