Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score82%
Publisheda year ago (0.3.0)

A simple way to send a plain text message to an existing OpenAI Assistant and get a response.

class AssistantErrorAlreadyProcessing
extends AssistantError

Constructors

new
AssistantErrorAlreadyProcessing(message?: string)

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@nilsd/openai-assistant-lite

Import symbol

import { AssistantErrorAlreadyProcessing } from "@nilsd/openai-assistant-lite";
or

Import directly with a jsr specifier

import { AssistantErrorAlreadyProcessing } from "jsr:@nilsd/openai-assistant-lite";

Add Package

pnpm i jsr:@nilsd/openai-assistant-lite
or (using pnpm 10.8 or older)
pnpm dlx jsr add @nilsd/openai-assistant-lite

Import symbol

import { AssistantErrorAlreadyProcessing } from "@nilsd/openai-assistant-lite";

Add Package

yarn add jsr:@nilsd/openai-assistant-lite
or (using Yarn 4.8 or older)
yarn dlx jsr add @nilsd/openai-assistant-lite

Import symbol

import { AssistantErrorAlreadyProcessing } from "@nilsd/openai-assistant-lite";

Add Package

vlt install jsr:@nilsd/openai-assistant-lite

Import symbol

import { AssistantErrorAlreadyProcessing } from "@nilsd/openai-assistant-lite";

Add Package

npx jsr add @nilsd/openai-assistant-lite

Import symbol

import { AssistantErrorAlreadyProcessing } from "@nilsd/openai-assistant-lite";

Add Package

bunx jsr add @nilsd/openai-assistant-lite

Import symbol

import { AssistantErrorAlreadyProcessing } from "@nilsd/openai-assistant-lite";