Skip to content

@ralphschuler.ai function caller.index.<internal>.OpenAI.Beta.Threads.Runs.RequiredActionFunctionToolCall

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: RequiredActionFunctionToolCall

Threads.Runs.RequiredActionFunctionToolCall

Tool call objects

Table of contents

Properties

Properties

function

function: Function

The function definition.

Defined in

node_modules/openai/resources/beta/threads/runs/runs.d.ts:54


id

id: string

The ID of the tool call. This ID must be referenced when you submit the tool outputs in using the Submit tool outputs to run endpoint.

Defined in

node_modules/openai/resources/beta/threads/runs/runs.d.ts:50


type

type: "function"

The type of tool call the output is required for. For now, this is always function.

Defined in

node_modules/openai/resources/beta/threads/runs/runs.d.ts:59

Typescript Libraries

Modules

Namespaces

Clone this wiki locally