Skip to main content
Module

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

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

Properties

index: number

The index of the tool call in the tool calls array.

type: "retrieval"

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

optional
id: string

The ID of the tool call object.

optional
retrieval: unknown

For now, this is always going to be an empty object.