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>ToolCallsStepDetails

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

Details of the tool call.

Properties

tool_calls: Array<ToolCall>

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.

type: "tool_calls"

Always tool_calls.