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

x/openai_deno/mod.ts>OpenAI#modifyRun

OpenAI API wrapper for deno.
Latest
method OpenAI.prototype.modifyRun
import { OpenAI } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Modifies a run.

Parameters

threadID: string

The ID of the thread that was run.

runID: string

The ID of the run to modify.

optional
params: HasMetadata

Optional parameters for the API.

Returns

Promise<Run>

The modified run object matching the specified ID.