Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/beta/threads/runs/mod.ts>FunctionToolCall.Function

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface FunctionToolCall.Function
import { type FunctionToolCall } from "https://deno.land/x/openai@v4.52.1/resources/beta/threads/runs/mod.ts";
const { Function } = FunctionToolCall;

The definition of the function that was called.

Properties

arguments: string

The arguments passed to the function.

name: string

The name of the function.

output: string | null

The output of the function. This will be null if the outputs have not been submitted yet.