Skip to main content
Module

x/openai/resources/chat/mod.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.21.0/resources/chat/mod.ts";

The role of the author of a message

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