Share via


RunStepDeltaFunction interface

Represents the function data in a streaming run step delta's function tool call.

Properties

arguments

The arguments passed to the function as input.

name

The name of the function.

output

The output of the function, null if outputs have not yet been submitted.

Property Details

arguments

The arguments passed to the function as input.

arguments?: string

Property Value

string

name

The name of the function.

name?: string

Property Value

string

output

The output of the function, null if outputs have not yet been submitted.

output?: null | string

Property Value

null | string