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

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

Interfaces

The definition of the function that was called.

interface FunctionToolCall
import { type FunctionToolCall } from "https://deno.land/x/openai@v4.52.1/resources/beta/threads/runs/mod.ts";

Properties

id: string

The ID of the tool call object.

The definition of the function that was called.

type: "function"

The type of tool call. This is always going to be function for this type of tool call.