Interface CreateChatCompletionFunctionCallMessage

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

Hierarchy

  • CreateChatCompletionFunctionCallMessage

Properties

content: null
function_call: {
    arguments: string;
    name: string;
}

Type declaration

  • arguments: string
  • name: string
name?: undefined
role: "assistant"

Generated using TypeDoc