Module @utari/openai-assistant - v0.0.0

OpenAI Assistant

The OpenAI Assistant UTARI module allows you to leverage the power of OpenAI's API to generate drafts of email based on the customer's email content.

This module extends the original notify-support module.

Classes

Interfaces

Properties

Properties

pkg: {
    author: string;
    bugs: {
        url: string;
    };
    dependencies: {
        debug: string;
        openai: string;
    };
    description: string;
    devDependencies: {
        @cloudflare/workers-types: string;
        @types/debug: string;
        tsup: string;
        typedoc: string;
        typescript: string;
        utari: string;
    };
    files: string[];
    homepage: string;
    keywords: never[];
    license: string;
    main: string;
    name: string;
    peerDependencies: {
        utari: string;
    };
    repository: {
        type: string;
        url: string;
    };
    scripts: {
        build: string;
        build:docs: string;
    };
    type: string;
    types: string;
    version: string;
}

Type declaration

  • author: string
  • bugs: {
        url: string;
    }
    • url: string
  • dependencies: {
        debug: string;
        openai: string;
    }
    • debug: string
    • openai: string
  • description: string
  • devDependencies: {
        @cloudflare/workers-types: string;
        @types/debug: string;
        tsup: string;
        typedoc: string;
        typescript: string;
        utari: string;
    }
    • @cloudflare/workers-types: string
    • @types/debug: string
    • tsup: string
    • typedoc: string
    • typescript: string
    • utari: string
  • files: string[]
  • homepage: string
  • keywords: never[]
  • license: string
  • main: string
  • name: string
  • peerDependencies: {
        utari: string;
    }
    • utari: string
  • repository: {
        type: string;
        url: string;
    }
    • type: string
    • url: string
  • scripts: {
        build: string;
        build:docs: string;
    }
    • build: string
    • build:docs: string
  • type: string
  • types: string
  • version: string

Generated using TypeDoc