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>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.0/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.