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

x/openai_deno/mod.ts>ToolCall

OpenAI API wrapper for deno.
Latest
interface ToolCall
Re-export
import { type ToolCall } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

id: string

The ID of the tool call in the requiredAction object within the run object the output is being submitted for.

output: string

The output of the tool call to be submitted to continue the run.