Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/beta/chat/completions.ts>Completions#runTools

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
method Completions.prototype.runTools
import { Completions } from "https://deno.land/x/openai@v4.52.0/resources/beta/chat/completions.ts";

A convenience helper for using tool calls with the /chat/completions endpoint which automatically calls the JavaScript functions you provide and sends their results back to the /chat/completions endpoint, looping as long as the model requests function calls.

For more details and examples, see the docs

Type Parameters

FunctionsArgs extends BaseFunctionsArgs

Parameters

optional
options: Core.RequestOptions