Skip to main content
Module

x/openai/resources/chat/completions.ts>ChatCompletionRole

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
type alias ChatCompletionRole
import { type ChatCompletionRole } from "https://deno.land/x/openai@v4.47.1/resources/chat/completions.ts";

The role of the author of a message

definition:
| "system"
| "user"
| "assistant"
| "tool"
| "function"