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

x/openai/resources/beta/assistants/assistants.ts>AssistantUpdateParams.AssistantToolsFunction

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface AssistantUpdateParams.AssistantToolsFunction
import { type AssistantUpdateParams } from "https://deno.land/x/openai@v4.24.2/resources/beta/assistants/assistants.ts";
const { AssistantToolsFunction } = AssistantUpdateParams;

Properties

function: Shared.FunctionDefinition
type: "function"

The type of tool being defined: function