Share via


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.OpenAI.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