Interface CreateChatCompletionFunctionMessage

A function-related message in OpenAI's chat format.

Hierarchy

  • CreateChatCompletionFunctionMessage

Properties

content: string
function_call?: undefined
name: string
role: "function"

Generated using TypeDoc