Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/beta/threads/messages.ts>Message.IncompleteDetails

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface Message.IncompleteDetails
import { type Message } from "https://deno.land/x/openai@v4.38.5/resources/beta/threads/messages.ts";
const { IncompleteDetails } = Message;

On an incomplete message, details about why the message is incomplete.

Properties

reason:
| "content_filter"
| "max_tokens"
| "run_cancelled"
| "run_expired"
| "run_failed"

The reason the message is incomplete.