import { type ChatCompletionUserMessageParam } from "https://deno.land/x/openai@v4.19.0/resources/mod.ts";
Properties
content: string | Array<ChatCompletionContentPart> | null
The contents of the user message.
x/openai/resources/mod.ts>ChatCompletionUserMessageParam
import { type ChatCompletionUserMessageParam } from "https://deno.land/x/openai@v4.19.0/resources/mod.ts";
The contents of the user message.