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

StreamingFunctionToolCallUpdate Class

Definition

Represents an incremental update to a streaming function tool call that is part of a streaming chat completions choice.

public class StreamingFunctionToolCallUpdate : Azure.AI.Inference.StreamingToolCallUpdate
type StreamingFunctionToolCallUpdate = class
    inherit StreamingToolCallUpdate
Public Class StreamingFunctionToolCallUpdate
Inherits StreamingToolCallUpdate
Inheritance
StreamingFunctionToolCallUpdate

Properties

ArgumentsUpdate

The next new segment of the function arguments for the function tool called by a streaming tool call. These must be accumulated for the complete contents of the function arguments.

Id

Gets the ID associated with with the streaming tool call.

(Inherited from StreamingToolCallUpdate)
Name

The name of the function requested by the tool call.

ToolCallIndex

Gets the tool call index associated with this StreamingToolCallUpdate.

(Inherited from StreamingToolCallUpdate)

Applies to