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

x/openai/lib/RunnableFunction.ts>RunnableFunctions

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
type alias RunnableFunctions
import { type RunnableFunctions } from "https://deno.land/x/openai@v4.41.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]