Hierarchy

  • GmailBaseTool
    • GmailGetMessage

Constructors

Properties

Constructors

Properties

description: string = GET_MESSAGE_DESCRIPTION
name: string = "gmail_get_message"
schema: ZodObject<{
    messageId: ZodString;
}, "strip", ZodTypeAny, {
    messageId: string;
}, {
    messageId: string;
}> = ...

Type declaration

  • messageId: ZodString

Type declaration

  • messageId: string

Type declaration

  • messageId: string
gmail: Gmail

Generated using TypeDoc