Skip to main content
Module

x/openai/resources/beta/threads/messages.ts>TextContentBlockParam

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

The text content that is part of a message.

Properties

text: string

Text content to be sent to the model

type: "text"

Always text.