Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openai_deno/mod.ts>Thread

OpenAI API wrapper for deno.
Latest
interface Thread
implements HasMetadata
Re-export
import { type Thread } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

id: string

The identifier, which can be referenced in API endpoints.

object: "thread"

The object type, which is always thread.

createdAt: number

The Unix timestamp (in seconds) for when the thread was created.