你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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