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;
}> = ...

Type declaration

  • threadId: ZodString

Type declaration

  • threadId: string

Type declaration

  • threadId: string
gmail: Gmail

Generated using TypeDoc