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

StreamingFunctionToolCallUpdate.Name Property

Definition

The name of the function requested by the tool call.

public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

Remarks

Corresponds to e.g. $.choices[0].delta.tool_calls[0].function.name in the REST API schema.

For a streaming function tool call, this name will appear in a single streaming update payload, typically the first. Use the ToolCallIndex property to differentiate between multiple, parallel tool calls when streaming.

Applies to