Skip to main content
Module

x/openai/resources/chat/completions.ts>ChatCompletionFunctionCallOption

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

Specifying a particular function via {"name": "my_function"} forces the model to call that function.

Properties

name: string

The name of the function to call.