Hierarchy

  • GmailBaseTool
    • GmailGetThread

Constructors

Properties

Constructors

Properties

description: string = GET_THREAD_DESCRIPTION
name: string = "gmail_get_thread"
schema: ZodObject<{
    threadId: ZodString;
}, "strip", ZodTypeAny, {
    threadId: string;
}, {
    threadId: string;
}> = ...
gmail: Gmail