Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openai_deno/mod.ts>ChatFormatRaw

OpenAI API wrapper for deno.
Latest
interface ChatFormatRaw
Re-export
import { type ChatFormatRaw } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

role:
| "user"
| "assistant"
| "system"
| "function"
| string
optional
content: string
optional
name: string
optional
function_call: ChatFunctionCallRaw