Skip to main content
Module

x/openai/resources/beta/mod.ts

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
import * as openai from "https://deno.land/x/openai@v4.21.0/resources/beta/mod.ts";

Interfaces

Represents an assistant that can call the model and use tools.

Represents a thread that contains messages.

If no thread is provided, an empty thread will be created.

Type Aliases