Skip to content

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

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

Interface: Function

Steps.FunctionToolCall.Function

The definition of the function that was called.

Table of contents

Properties

Properties

arguments

arguments: string

The arguments passed to the function.

Defined in

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


name

name: string

The name of the function.

Defined in

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


output

output: null | string

The output of the function. This will be null if the outputs have not been submitted yet.

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally