Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openai_deno/src/types/function.ts>FunctionRaw

OpenAI API wrapper for deno.
Latest
interface FunctionRaw
import { type FunctionRaw } from "https://deno.land/x/openai_deno@v0.9.8/src/types/function.ts";

Properties

name: string
optional
description: string
optional
parameters: Record<string, unknown>