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

x/openai/lib/RunnableFunction.ts>RunnableFunctions

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Latest
type alias RunnableFunctions
import { type RunnableFunctions } from "https://deno.land/x/openai@v4.67.1/lib/RunnableFunction.ts";

Type Parameters

FunctionsArgs extends BaseFunctionsArgs
definition: [any[]] extends [FunctionsArgs] ? readonly RunnableFunction<any>[] : [Index in keyof FunctionsArgs]: Index extends number ? RunnableFunction<FunctionsArgs[Index]> : FunctionsArgs[Index]