Skip to main content
Module

x/openai/resources/chat/mod.ts>ChatCompletionFunctionMessageParam

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface ChatCompletionFunctionMessageParam
import { type ChatCompletionFunctionMessageParam } from "https://deno.land/x/openai@v4.21.0/resources/chat/mod.ts";

Properties

content: string | null

The return value from the function call, to return to the model.

name: string

The name of the function to call.

role: "function"

The role of the messages author, in this case function.