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/steps.ts>ToolCallDeltaObject

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

Details of the tool call.

Properties

type: "tool_calls"

Always tool_calls.

optional
tool_calls: Array<ToolCallDelta>

An array of tool calls the run step was involved in. These can be associated with one of three types of tools: code_interpreter, file_search, or function.