Skip to content

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

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

Interface: CodeToolCall

Runs.Steps.CodeToolCall

Details of the Code Interpreter tool call the run step was involved in.

Table of contents

Properties

Properties

code_interpreter

code_interpreter: CodeInterpreter

The Code Interpreter tool call definition.

Defined in

node_modules/openai/resources/beta/threads/runs/steps.d.ts:29


id

id: string

The ID of the tool call.

Defined in

node_modules/openai/resources/beta/threads/runs/steps.d.ts:25


type

type: "code_interpreter"

The type of tool call. This is always going to be code_interpreter for this type of tool call.

Defined in

node_modules/openai/resources/beta/threads/runs/steps.d.ts:34

Typescript Libraries

Modules

Namespaces

Clone this wiki locally