StreamingFunctionToolCallUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET