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

x/openai_deno/mod.ts>FunctionRaw

OpenAI API wrapper for deno.
Latest
interface FunctionRaw
Re-export
import { type FunctionRaw } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

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