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>FunctionToolCallDelta.Function

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

The definition of the function that was called.

Properties

optional
arguments: string

The arguments passed to the function.

optional
name: string

The name of the function.

optional
output: string | null

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