Skip to main content
Module

x/openai/resources/beta/threads/runs/steps.ts>FunctionToolCall

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

Interfaces

The definition of the function that was called.

interface FunctionToolCall
import { type FunctionToolCall } from "https://deno.land/x/openai@v4.19.1/resources/beta/threads/runs/steps.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.