Skip to content

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

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

Interface: ToolCallsStepDetails

Runs.Steps.ToolCallsStepDetails

Details of the tool call.

Table of contents

Properties

Properties

tool_calls

tool_calls: (CodeToolCall | FunctionToolCall | RetrievalToolCall)[]

An array of tool calls the run step was involved in. These can be associated with one of three types of tools: code_interpreter, retrieval, or function.

Defined in

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


type

type: "tool_calls"

Always tool_calls.

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally