Interface CreateChatCompletionMessage

A message in OpenAI's chat format.

Hierarchy

  • CreateChatCompletionMessage

Properties

content: string

The message content.

function_call?: undefined
name?: undefined
role: "user" | "assistant" | "system"

The message role.

Generated using TypeDoc