Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

Properties

id: string

The ID of the tool call object.

retrieval: unknown

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

type: "retrieval"

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