import { type ChatCompletionSystemMessageParam } from "https://deno.land/x/openai@v4.58.1/resources/chat/completions.ts";
Properties
content: string | Array<ChatCompletionContentPartText>
The contents of the system message.
x/openai/resources/chat/completions.ts>ChatCompletionSystemMessageParam
import { type ChatCompletionSystemMessageParam } from "https://deno.land/x/openai@v4.58.1/resources/chat/completions.ts";
The contents of the system message.