type alias ChatCompletionRoleimport { type ChatCompletionRole } from "https://deno.land/x/openai@v4.69.0/resources/chat/mod.ts"; The role of the author of a message definition: | "system" | "user" | "assistant" | "tool" | "function"