class ChatCompletionRunner
extends AbstractChatCompletionRunner<ChatCompletionRunnerEvents>
Re-export
import { ChatCompletionRunner } from "https://deno.land/x/openai@v4.28.5/resources/beta/chat/completions.ts";
Methods
_addMessage(message: ChatCompletionMessageParam)
Static Methods
deprecated
runFunctions(completions: Completions,
params: ChatCompletionFunctionRunnerParams<any[]>,
options?: RunnerOptions,
runTools(): ChatCompletionRunner
completions: Completions,
params: ChatCompletionToolRunnerParams<any[]>,
options?: RunnerOptions,