Constructors

Properties

args?: string[]
client: Client<{}, {}, objectOutputType<{}, ZodTypeAny, "passthrough">>

Type declaration

    Type declaration

      command: string
      env?: {
          [key: string]: string;
      }

      Type declaration

      • [key: string]: string
      name: string
      started: boolean = false

      Methods

      • Parameters

        • toolName: string
        • arg_string: string

        Returns Promise<objectOutputType<extendShape<{}, {}>, ZodTypeAny, "passthrough"> | objectOutputType<extendShape<{}, {}>, ZodTypeAny, "passthrough">>

      • Returns Promise<objectOutputType<extendShape<extendShape<{}, {}>, {}>, ZodTypeAny, "passthrough">>

      • Parameters

        • command: string
        • Optional args: string[]
        • Optional env: {
              [key: string]: string;
          }
          • [key: string]: string

        Returns void